#B92434

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

Shades of Cardinal #B92434

Tints of Cardinal #B92434

Color information

#B92434 (or 0xB92434) is unknown color: approx Cardinal. HEX triplet: B9, 24 and 34. RGB value is (185,36,52). Sum of RGB (Red+Green+Blue) = 185+36+52=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B92434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92434 is #46DBCB. Grayscale: #525252. Windows color (decimal): -4643788 or 3417273. OLE color: 3417273.

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

Color convert

RGB1853652-
CMYK00.810.720.27
HSL353.56º67.42%43.33%-
HSV(B)353.56º80.54%72.55%-
XYZ21.2611.824.41-
YUV82.38110.86201.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.77%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=67.77%
G=13.19%
B=19.05%

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
Decimal185365200.810.720.27353.5667.4243.33
HexB92434051481B162432b
Octal271446401211103354210353
Binary10111001100100110100010100011001000110111011000101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92434; }

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

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

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

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

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

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

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

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