#B91E2E

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

Shades of Cardinal #B91E2E

Tints of Cardinal #B91E2E

Color information

#B91E2E (or 0xB91E2E) is unknown color: approx Cardinal. HEX triplet: B9, 1E and 2E. RGB value is (185,30,46). Sum of RGB (Red+Green+Blue) = 185+30+46=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E2E is #46E1D1. Grayscale: #4E4E4E. Windows color (decimal): -4645330 or 3022521. OLE color: 3022521.

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

Color convert

RGB1853046-
CMYK00.840.750.27
HSL353.81º72.09%42.16%-
HSV(B)353.81º83.78%72.55%-
XYZ20.9711.443.69-
YUV78.17109.85204.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.88%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=70.88%
G=11.49%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185304600.840.750.27353.8172.0942.16
HexB91E2E0544B1B162482a
Octal271365601241133354211052
Binary1011100111110101110010101001001011110111011000101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91E2E; }

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

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

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

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

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

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

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

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