#B9242C

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

Shades of Cardinal #B9242C

Tints of Cardinal #B9242C

Color information

#B9242C (or 0xB9242C) is unknown color: approx Cardinal. HEX triplet: B9, 24 and 2C. RGB value is (185,36,44). Sum of RGB (Red+Green+Blue) = 185+36+44=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9242C is #46DBD3. Grayscale: #515151. Windows color (decimal): -4643796 or 2892985. OLE color: 2892985.

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

Color convert

RGB1853644-
CMYK00.810.760.27
HSL356.78º67.42%43.33%-
HSV(B)356.78º80.54%72.55%-
XYZ21.0911.763.54-
YUV81.46106.86201.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.81%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=69.81%
G=13.58%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185364400.810.760.27356.7867.4243.33
HexB9242C0514C1B165432b
Octal271445401211143354510353
Binary10111001100100101100010100011001100110111011001011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9242C; }

 p { color: rgb(185,36,44); }

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

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

 a { background-color: rgb(185,36,44); }

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

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

 span { border-color: rgb(185,36,44); }

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