Html Css Color HEX #B8482A Grenadier

📋 copy color: '#B8482A'

red 184 ◦ green 72 ◦ blue 42

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

Shades of Grenadier #B8482A

Tints of Grenadier #B8482A

RGB

 RED value IS 184 (72.27% from 255) = 61.74%

 GREEN value IS 72 (28.52% from 255) = 24.16%

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

R = 61.74%
G = 24.16%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8482A (or 0xB8482A) is known color: Grenadier. HEX triplet: B8, 48 and 2A. RGB value is (184,72,42). Sum of RGB (Red+Green+Blue) = 184+72+42=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B8482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8482A is #47B7D5. Grayscale: #666666. Windows color (decimal): -4700118 or 2771128. OLE color: 2771128.

HSL color Cylindrical-coordinate representation of color #B8482A: hue angle of 12.68º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8482A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 72 42 -
CMYK 0 0.61 0.77 0.28
HSL 12.68º 0.63% 0.44% -
HSV(B) 12.68º 0.77% 0.72% -
XYZ 22.5 14.99 3.9 -
YUV 102.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 184 72 42 0 0.61 0.77 0.28 12.68 0.63 0.44
Hex B8 48 2A 0 3D 4D 1C D 3F 2C
Octal 270 110 52 0 75 115 34 15 77 54
Binary 10111000 1001000 101010 0 111101 1001101 11100 1101 111111 101100

Color Harmonies of #B8482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8482A

Black with #B8482A

Text Example


Text Example

White with #B8482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8482A; }

 p { color: rgb(184,72,42); }

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

background-color css

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

 a { background-color: rgb(184,72,42); }

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

border-color css

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

 span { border-color: rgb(184,72,42); }

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