#B40D32

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

Shades of Cardinal #B40D32

Tints of Cardinal #B40D32

Color information

#B40D32 (or 0xB40D32) is unknown color: approx Cardinal. HEX triplet: B4, 0D and 32. RGB value is (180,13,50). Sum of RGB (Red+Green+Blue) = 180+13+50=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40D32 is #4BF2CD. Grayscale: #434343. Windows color (decimal): -4977358 or 3280308. OLE color: 3280308.

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

Color convert

RGB1801350-
CMYK00.930.720.29
HSL346.71º86.53%37.84%-
HSV(B)346.71º92.78%70.59%-
XYZ19.5410.223.96-
YUV67.15118.33208.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.07%
GREEN value IS 13 (5.47% from 255) = 5.35%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=74.07%
G=5.35%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180135000.930.720.29346.7186.5337.84
HexB4D3205D481D15b5726
Octal264156201351103553312746
Binary101101001101110010010111011001000111011010110111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D32; }

 p { color: rgb(180,13,50); }

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

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

 a { background-color: rgb(180,13,50); }

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

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

 span { border-color: rgb(180,13,50); }

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