#B92739

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

Shades of Cardinal #B92739

Tints of Cardinal #B92739

Color information

#B92739 (or 0xB92739) is unknown color: approx Cardinal. HEX triplet: B9, 27 and 39. RGB value is (185,39,57). Sum of RGB (Red+Green+Blue) = 185+39+57=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B92739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92739 is #46D8C6. Grayscale: #545454. Windows color (decimal): -4643015 or 3745721. OLE color: 3745721.

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

Color convert

RGB1853957-
CMYK00.790.690.27
HSL352.6º65.18%43.92%-
HSV(B)352.6º78.92%72.55%-
XYZ21.4712.065.07-
YUV84.71112.37199.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.84%
GREEN value IS 39 (15.62% from 255) = 13.88%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=65.84%
G=13.88%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185395700.790.690.27352.665.1843.92
HexB9273904F451B161412c
Octal271477101171053354110154
Binary10111001100111111001010011111000101110111011000011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92739; }

 p { color: rgb(185,39,57); }

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

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

 a { background-color: rgb(185,39,57); }

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

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

 span { border-color: rgb(185,39,57); }

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