#B91D2C

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

Shades of Cardinal #B91D2C

Tints of Cardinal #B91D2C

Color information

#B91D2C (or 0xB91D2C) is unknown color: approx Cardinal. HEX triplet: B9, 1D and 2C. RGB value is (185,29,44). Sum of RGB (Red+Green+Blue) = 185+29+44=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91D2C is #46E2D3. Grayscale: #4D4D4D. Windows color (decimal): -4645588 or 2891193. OLE color: 2891193.

HSL color Cylindrical-coordinate representation of color #B91D2C: hue angle of 354.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91D2C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1852944-
CMYK00.840.760.27
HSL354.23º72.9%41.96%-
HSV(B)354.23º84.32%72.55%-
XYZ20.911.373.48-
YUV77.35109.18204.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 29 (11.72% from 255) = 11.24%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=71.71%
G=11.24%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185294400.840.760.27354.2372.941.96
HexB91D2C0544C1B162492a
Octal271355401241143354211152
Binary1011100111101101100010101001001100110111011000101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91D2C; }

 p { color: rgb(185,29,44); }

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

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

 a { background-color: rgb(185,29,44); }

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

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

 span { border-color: rgb(185,29,44); }

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