#B9452A

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

Shades of Grenadier #B9452A

Tints of Grenadier #B9452A

Color information

#B9452A (or 0xB9452A) is unknown color: approx Grenadier. HEX triplet: B9, 45 and 2A. RGB value is (185,69,42). Sum of RGB (Red+Green+Blue) = 185+69+42=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9452A is #46BAD5. Grayscale: #646464. Windows color (decimal): -4635350 or 2770361. OLE color: 2770361.

HSL color Cylindrical-coordinate representation of color #B9452A: hue angle of 11.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9452A is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1856942-
CMYK00.630.770.27
HSL11.33º63%44.51%-
HSV(B)11.33º77.3%72.55%-
XYZ22.5514.743.85-
YUV100.6194.93188.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.5%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 42 (16.80% from 255) = 14.19%
R=62.5%
G=23.31%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185694200.630.770.2711.336344.51
HexB9452A03F4D1Bb3f2d
Octal2711055207711533137755
Binary10111001100010110101001111111001101110111011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9452A; }

 p { color: rgb(185,69,42); }

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

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

 a { background-color: rgb(185,69,42); }

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

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

 span { border-color: rgb(185,69,42); }

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