#B92630

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

Shades of Cardinal #B92630

Tints of Cardinal #B92630

Color information

#B92630 (or 0xB92630) is unknown color: approx Cardinal. HEX triplet: B9, 26 and 30. RGB value is (185,38,48). Sum of RGB (Red+Green+Blue) = 185+38+48=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B92630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92630 is #46D9CF. Grayscale: #535353. Windows color (decimal): -4643280 or 3155641. OLE color: 3155641.

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

Color convert

RGB1853848-
CMYK00.790.740.27
HSL355.92º65.92%43.73%-
HSV(B)355.92º79.46%72.55%-
XYZ21.2311.913.98-
YUV83.09108.2200.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.27%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 48 (19.14% from 255) = 17.71%
R=68.27%
G=14.02%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185384800.790.740.27355.9265.9243.73
HexB9263004F4A1B164422c
Octal271466001171123354410254
Binary10111001100110110000010011111001010110111011001001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92630; }

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

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

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

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

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

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

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

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