Html Css Color HEX #A8371C Rock Spray

📋 copy color: '#A8371C'

red 168 ◦ green 55 ◦ blue 28

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

Shades of Rock Spray #A8371C

Tints of Rock Spray #A8371C

RGB

 RED value IS 168 (66.02% from 255) = 66.93%

 GREEN value IS 55 (21.88% from 255) = 21.91%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 66.93%
G = 21.91%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8371C (or 0xA8371C) is known color: Rock Spray. HEX triplet: A8, 37 and 1C. RGB value is (168,55,28). Sum of RGB (Red+Green+Blue) = 168+55+28=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8371C is #57C8E3. Grayscale: #555555. Windows color (decimal): -5753060 or 1849256. OLE color: 1849256.

HSL color Cylindrical-coordinate representation of color #A8371C: hue angle of 11.57º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8371C is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 55 28 -
CMYK 0 0.67 0.83 0.34
HSL 11.57º 0.71% 0.38% -
HSV(B) 11.57º 0.83% 0.66% -
XYZ 17.72 11.14 2.31 -
YUV 85.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 168 55 28 0 0.67 0.83 0.34 11.57 0.71 0.38
Hex A8 37 1C 0 43 53 22 C 47 26
Octal 250 67 34 0 103 123 42 14 107 46
Binary 10101000 110111 11100 0 1000011 1010011 100010 1100 1000111 100110

Color Harmonies of #A8371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8371C

Black with #A8371C

Text Example


Text Example

White with #A8371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8371C; }

 p { color: rgb(168,55,28); }

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

background-color css

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

 a { background-color: rgb(168,55,28); }

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

border-color css

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

 span { border-color: rgb(168,55,28); }

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