#b40b36

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

Shades of Cardinal #B40B36

Tints of Cardinal #B40B36

Color information

#B40B36 (or 0xB40B36) is unknown color: approx Cardinal. HEX triplet: B4, 0B and 36. RGB value is (180,11,54). Sum of RGB (Red+Green+Blue) = 180+11+54=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B36 is #4BF4C9. Grayscale: #424242. Windows color (decimal): -4977866 or 3541940. OLE color: 3541940.

HSL color Cylindrical-coordinate representation of color #B40B36: hue angle of 344.73º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B36 is Cyan = 0, Magento = 0.94, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB1801154-
CMYK00.940.70.29
HSL344.73º88.48%37.45%-
HSV(B)344.73º93.89%70.59%-
XYZ19.6110.214.43-
YUV66.43120.99209-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.47%
GREEN value IS 11 (4.69% from 255) = 4.49%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=73.47%
G=4.49%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180115400.940.70.29344.7388.4837.45
HexB4B3605E461D1595825
Octal264136601361063553113045
Binary101101001011110110010111101000110111011010110011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b40b36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b40b36; }

 p { color: rgb(180,11,54); }

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

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

 a { background-color: rgb(180,11,54); }

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

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

 span { border-color: rgb(180,11,54); }

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