Html Css Color HEX #B9442A Grenadier

📋 copy color: '#B9442A'

red 185 ◦ green 68 ◦ blue 42

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

Shades of Grenadier #B9442A

Tints of Grenadier #B9442A

RGB

 RED value IS 185 (72.66% from 255) = 62.71%

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 62.71%
G = 23.05%
B = 14.24%

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

#B9442A (or 0xB9442A) is known color: Grenadier. HEX triplet: B9, 44 and 2A. RGB value is (185,68,42). Sum of RGB (Red+Green+Blue) = 185+68+42=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9442A is #46BBD5. Grayscale: #646464. Windows color (decimal): -4635606 or 2770105. OLE color: 2770105.

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

Color convert

RGB 185 68 42 -
CMYK 0 0.63 0.77 0.27
HSL 10.91º 0.63% 0.45% -
HSV(B) 10.91º 0.77% 0.73% -
XYZ 22.49 14.62 3.83 -
YUV 100.02 95.26 188.61 -
System Red Green Blue C M Y K H S L
Decimal 185 68 42 0 0.63 0.77 0.27 10.91 0.63 0.45
Hex B9 44 2A 0 3F 4D 1B B 3F 2D
Octal 271 104 52 0 77 115 33 13 77 55
Binary 10111001 1000100 101010 0 111111 1001101 11011 1011 111111 101101

Color Harmonies of #B9442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9442A

Black with #B9442A

Text Example


Text Example

White with #B9442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9442A; }

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

 H1.HeaderClassName
 {
   color: #B9442A;
 }
 .AnyTagClassName
 {
   color: #B9442A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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