#B40F3C

Color #B40F3C Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B40F3C

Tints of Cardinal #B40F3C

Color information

#B40F3C (or 0xB40F3C) is unknown color: approx Cardinal. HEX triplet: B4, 0F and 3C. RGB value is (180,15,60). Sum of RGB (Red+Green+Blue) = 180+15+60=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40F3C is #4BF0C3. Grayscale: #454545. Windows color (decimal): -4976836 or 3936180. OLE color: 3936180.

HSL color Cylindrical-coordinate representation of color #B40F3C: hue angle of 343.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40F3C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1801560-
CMYK00.920.670.29
HSL343.64º84.62%38.24%-
HSV(B)343.64º91.67%70.59%-
XYZ19.8110.375.23-
YUV69.46122.66206.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 70.59%
GREEN value IS 15 (6.25% from 255) = 5.88%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=70.59%
G=5.88%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180156000.920.670.29343.6484.6238.24
HexB4F3C05C431D1585526
Octal264177401341033553012546
Binary101101001111111100010111001000011111011010110001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40F3C; }

 p { color: rgb(180,15,60); }

 H1.HeaderClassName
 {
   color: #B40F3C;
 }
 .AnyTagClassName
 {
   color: #B40F3C;
 }
</style>
background-color css

<style>
 a { background-color: #B40F3C; }

 a { background-color: rgb(180,15,60); }

 div.DivClassName
 {
   background-color: #B40F3C;
 }
 .BgClassName
 {
   background-color: #B40F3C;
 }
</style>
border-color css

<style>
 span { border-color: #B40F3C; }

 span { border-color: rgb(180,15,60); }

 td.TdClassName
 {
   border-color: #B40F3C;
 }
 .TagClassName
 {
   border-color: #B40F3C;
 }
</style>