#B92636

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

Shades of Cardinal #B92636

Tints of Cardinal #B92636

Color information

#B92636 (or 0xB92636) is unknown color: approx Cardinal. HEX triplet: B9, 26 and 36. RGB value is (185,38,54). Sum of RGB (Red+Green+Blue) = 185+38+54=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B92636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92636 is #46D9C9. Grayscale: #535353. Windows color (decimal): -4643274 or 3548857. OLE color: 3548857.

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

Color convert

RGB1853854-
CMYK00.790.710.27
HSL353.47º65.92%43.73%-
HSV(B)353.47º79.46%72.55%-
XYZ21.3711.974.67-
YUV83.78111.2200.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.79%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=66.79%
G=13.72%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185385400.790.710.27353.4765.9243.73
HexB9263604F471B161422c
Octal271466601171073354110254
Binary10111001100110110110010011111000111110111011000011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92636; }

 p { color: rgb(185,38,54); }

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

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

 a { background-color: rgb(185,38,54); }

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

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

 span { border-color: rgb(185,38,54); }

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