#B92330

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

Shades of Cardinal #B92330

Tints of Cardinal #B92330

Color information

#B92330 (or 0xB92330) is unknown color: approx Cardinal. HEX triplet: B9, 23 and 30. RGB value is (185,35,48). Sum of RGB (Red+Green+Blue) = 185+35+48=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B92330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92330 is #46DCCF. Grayscale: #515151. Windows color (decimal): -4644048 or 3154873. OLE color: 3154873.

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

Color convert

RGB1853548-
CMYK00.810.740.27
HSL354.8º68.18%43.14%-
HSV(B)354.8º81.08%72.55%-
XYZ21.1411.733.95-
YUV81.33109.2201.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.03%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 48 (19.14% from 255) = 17.91%
R=69.03%
G=13.06%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185354800.810.740.27354.868.1843.14
HexB923300514A1B163442b
Octal271436001211123354310453
Binary10111001100011110000010100011001010110111011000111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92330; }

 p { color: rgb(185,35,48); }

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

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

 a { background-color: rgb(185,35,48); }

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

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

 span { border-color: rgb(185,35,48); }

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