#B40D29

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

Shades of Cardinal #B40D29

Tints of Cardinal #B40D29

Color information

#B40D29 (or 0xB40D29) is unknown color: approx Cardinal. HEX triplet: B4, 0D and 29. RGB value is (180,13,41). Sum of RGB (Red+Green+Blue) = 180+13+41=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40D29 is #4BF2D6. Grayscale: #424242. Windows color (decimal): -4977367 or 2690484. OLE color: 2690484.

HSL color Cylindrical-coordinate representation of color #B40D29: hue angle of 349.94º 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 #B40D29 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1801341-
CMYK00.930.770.29
HSL349.94º86.53%37.84%-
HSV(B)349.94º92.78%70.59%-
XYZ19.3710.153.04-
YUV66.12113.83209.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.92%
GREEN value IS 13 (5.47% from 255) = 5.56%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=76.92%
G=5.56%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180134100.930.770.29349.9486.5337.84
HexB4D2905D4D1D15e5726
Octal264155101351153553612746
Binary101101001101101001010111011001101111011010111101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D29; }

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

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

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

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

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

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

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

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