#B92435

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

Shades of Cardinal #B92435

Tints of Cardinal #B92435

Color information

#B92435 (or 0xB92435) is unknown color: approx Cardinal. HEX triplet: B9, 24 and 35. RGB value is (185,36,53). Sum of RGB (Red+Green+Blue) = 185+36+53=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B92435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92435 is #46DBCA. Grayscale: #525252. Windows color (decimal): -4643787 or 3482809. OLE color: 3482809.

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

Color convert

RGB1853653-
CMYK00.810.710.27
HSL353.15º67.42%43.33%-
HSV(B)353.15º80.54%72.55%-
XYZ21.2811.834.53-
YUV82.49111.36201.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.52%
GREEN value IS 36 (14.45% from 255) = 13.14%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=67.52%
G=13.14%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185365300.810.710.27353.1567.4243.33
HexB92435051471B161432b
Octal271446501211073354110353
Binary10111001100100110101010100011000111110111011000011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92435; }

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

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

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

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

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

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

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

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