#B91835

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

Shades of Cardinal #B91835

Tints of Cardinal #B91835

Color information

#B91835 (or 0xB91835) is unknown color: approx Cardinal. HEX triplet: B9, 18 and 35. RGB value is (185,24,53). Sum of RGB (Red+Green+Blue) = 185+24+53=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B91835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91835 is #46E7CA. Grayscale: #4B4B4B. Windows color (decimal): -4646859 or 3479737. OLE color: 3479737.

HSL color Cylindrical-coordinate representation of color #B91835: hue angle of 349.19º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91835 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB1852453-
CMYK00.870.710.27
HSL349.19º77.03%40.98%-
HSV(B)349.19º87.03%72.55%-
XYZ20.9811.224.43-
YUV75.44115.34206.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.61%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=70.61%
G=9.16%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185245300.870.710.27349.1977.0340.98
HexB91835057471B15d4d29
Octal271306501271073353511551
Binary1011100111000110101010101111000111110111010111011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91835; }

 p { color: rgb(185,24,53); }

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

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

 a { background-color: rgb(185,24,53); }

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

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

 span { border-color: rgb(185,24,53); }

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