#B92433

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

Shades of Cardinal #B92433

Tints of Cardinal #B92433

Color information

#B92433 (or 0xB92433) is unknown color: approx Cardinal. HEX triplet: B9, 24 and 33. RGB value is (185,36,51). Sum of RGB (Red+Green+Blue) = 185+36+51=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B92433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92433 is #46DBCC. Grayscale: #525252. Windows color (decimal): -4643789 or 3351737. OLE color: 3351737.

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

Color convert

RGB1853651-
CMYK00.810.720.27
HSL353.96º67.42%43.33%-
HSV(B)353.96º80.54%72.55%-
XYZ21.2411.824.29-
YUV82.26110.36201.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.01%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=68.01%
G=13.24%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185365100.810.720.27353.9667.4243.33
HexB92433051481B162432b
Octal271446301211103354210353
Binary10111001100100110011010100011001000110111011000101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92433; }

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

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

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

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

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

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

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

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