#B92640

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

Shades of Cardinal #B92640

Tints of Cardinal #B92640

Color information

#B92640 (or 0xB92640) is unknown color: approx Cardinal. HEX triplet: B9, 26 and 40. RGB value is (185,38,64). Sum of RGB (Red+Green+Blue) = 185+38+64=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B92640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92640 is #46D9BF. Grayscale: #545454. Windows color (decimal): -4643264 or 4204217. OLE color: 4204217.

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

Color convert

RGB1853864-
CMYK00.790.650.27
HSL349.39º65.92%43.73%-
HSV(B)349.39º79.46%72.55%-
XYZ21.6312.076.04-
YUV84.92116.2199.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.46%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=64.46%
G=13.24%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185386400.790.650.27349.3965.9243.73
HexB9264004F411B15d422c
Octal2714610001171013353510254
Binary101110011001101000000010011111000001110111010111011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92640; }

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

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

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

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

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

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

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

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