Html Css Color HEX #A8371F Rock Spray

📋 copy color: '#A8371F'

red 168 ◦ green 55 ◦ blue 31

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

Shades of Rock Spray #A8371F

Tints of Rock Spray #A8371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 66.14%
G = 21.65%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8371F (or 0xA8371F) is known color: Rock Spray. HEX triplet: A8, 37 and 1F. RGB value is (168,55,31). Sum of RGB (Red+Green+Blue) = 168+55+31=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A8371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8371F is #57C8E0. Grayscale: #565656. Windows color (decimal): -5753057 or 2045864. OLE color: 2045864.

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

Color convert

RGB 168 55 31 -
CMYK 0 0.67 0.82 0.34
HSL 10.51º 0.69% 0.39% -
HSV(B) 10.51º 0.82% 0.66% -
XYZ 17.76 11.16 2.51 -
YUV 86.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 168 55 31 0 0.67 0.82 0.34 10.51 0.69 0.39
Hex A8 37 1F 0 43 52 22 B 45 27
Octal 250 67 37 0 103 122 42 13 105 47
Binary 10101000 110111 11111 0 1000011 1010010 100010 1011 1000101 100111

Color Harmonies of #A8371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8371F

Black with #A8371F

Text Example


Text Example

White with #A8371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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