#B91E2D

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

Shades of Cardinal #B91E2D

Tints of Cardinal #B91E2D

Color information

#B91E2D (or 0xB91E2D) is unknown color: approx Cardinal. HEX triplet: B9, 1E and 2D. RGB value is (185,30,45). Sum of RGB (Red+Green+Blue) = 185+30+45=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E2D is #46E1D2. Grayscale: #4E4E4E. Windows color (decimal): -4645331 or 2956985. OLE color: 2956985.

HSL color Cylindrical-coordinate representation of color #B91E2D: hue angle of 354.19º degrees, saturation: 0.72, 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 #B91E2D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1853045-
CMYK00.840.760.27
HSL354.19º72.09%42.16%-
HSV(B)354.19º83.78%72.55%-
XYZ20.9511.433.59-
YUV78.05109.35204.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.15%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=71.15%
G=11.54%
B=17.31%

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
Decimal185304500.840.760.27354.1972.0942.16
HexB91E2D0544C1B162482a
Octal271365501241143354211052
Binary1011100111110101101010101001001100110111011000101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91E2D; }

 p { color: rgb(185,30,45); }

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

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

 a { background-color: rgb(185,30,45); }

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

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

 span { border-color: rgb(185,30,45); }

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