#B31D29

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

Shades of Cardinal #B31D29

Tints of Cardinal #B31D29

Color information

#B31D29 (or 0xB31D29) is unknown color: approx Cardinal. HEX triplet: B3, 1D and 29. RGB value is (179,29,41). Sum of RGB (Red+Green+Blue) = 179+29+41=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D29 is #4CE2D6. Grayscale: #4B4B4B. Windows color (decimal): -5038807 or 2694579. OLE color: 2694579.

HSL color Cylindrical-coordinate representation of color #B31D29: hue angle of 355.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31D29 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1792941-
CMYK00.840.770.30
HSL355.2º72.12%40.78%-
HSV(B)355.2º83.8%70.2%-
XYZ19.4310.623.12-
YUV75.22108.7202.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.89%
GREEN value IS 29 (11.72% from 255) = 11.65%
BLUE value IS 41 (16.41% from 255) = 16.47%
R=71.89%
G=11.65%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179294100.840.770.30355.272.1240.78
HexB31D290544D1E1634829
Octal263355101241153654311051
Binary1011001111101101001010101001001101111101011000111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31D29; }

 p { color: rgb(179,29,41); }

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

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

 a { background-color: rgb(179,29,41); }

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

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

 span { border-color: rgb(179,29,41); }

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