Html Css Color HEX #B9452A Grenadier

📋 copy color: '#B9452A'

red 185 ◦ green 69 ◦ blue 42

#B9452A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #B9452A

Tints of Grenadier #B9452A

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.8% from 255) = 14.19%

R = 62.5%
G = 23.31%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9452A (or 0xB9452A) is known color: 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

RGB 185 69 42 -
CMYK 0 0.63 0.77 0.27
HSL 11.33º 0.63% 0.45% -
HSV(B) 11.33º 0.77% 0.73% -
XYZ 22.55 14.74 3.85 -
YUV 100.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 185 69 42 0 0.63 0.77 0.27 11.33 0.63 0.45
Hex B9 45 2A 0 3F 4D 1B B 3F 2D
Octal 271 105 52 0 77 115 33 13 77 55
Binary 10111001 1000101 101010 0 111111 1001101 11011 1011 111111 101101

Color Harmonies of #B9452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9452A

Black with #B9452A

Text Example


Text Example

White with #B9452A

Text Example


Text Example

HTML Codes & Css Web 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>