#B92530

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

Shades of Cardinal #B92530

Tints of Cardinal #B92530

Color information

#B92530 (or 0xB92530) is unknown color: approx Cardinal. HEX triplet: B9, 25 and 30. RGB value is (185,37,48). Sum of RGB (Red+Green+Blue) = 185+37+48=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B92530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92530 is #46DACF. Grayscale: #525252. Windows color (decimal): -4643536 or 3155385. OLE color: 3155385.

HSL color Cylindrical-coordinate representation of color #B92530: hue angle of 355.54º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92530 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1853748-
CMYK00.800.740.27
HSL355.54º66.67%43.53%-
HSV(B)355.54º80%72.55%-
XYZ21.211.853.97-
YUV82.51108.53201.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.52%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=68.52%
G=13.70%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185374800.800.740.27355.5466.6743.53
HexB925300504A1B164432c
Octal271456001201123354410354
Binary10111001100101110000010100001001010110111011001001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92530; }

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

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

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

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

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

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

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

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