Html Css Color HEX #A8371E Rock Spray

📋 copy color: '#A8371E'

red 168 ◦ green 55 ◦ blue 30

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

Shades of Rock Spray #A8371E

Tints of Rock Spray #A8371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.86%

R = 66.4%
G = 21.74%
B = 11.86%

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

#A8371E (or 0xA8371E) is known color: Rock Spray. HEX triplet: A8, 37 and 1E. RGB value is (168,55,30). Sum of RGB (Red+Green+Blue) = 168+55+30=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8371E is #57C8E1. Grayscale: #565656. Windows color (decimal): -5753058 or 1980328. OLE color: 1980328.

HSL color Cylindrical-coordinate representation of color #A8371E: hue angle of 10.87º degrees, saturation: 0.7, 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 #A8371E is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 55 30 -
CMYK 0 0.67 0.82 0.34
HSL 10.87º 0.7% 0.39% -
HSV(B) 10.87º 0.82% 0.66% -
XYZ 17.75 11.15 2.45 -
YUV 85.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 168 55 30 0 0.67 0.82 0.34 10.87 0.7 0.39
Hex A8 37 1E 0 43 52 22 B 46 27
Octal 250 67 36 0 103 122 42 13 106 47
Binary 10101000 110111 11110 0 1000011 1010010 100010 1011 1000110 100111

Color Harmonies of #A8371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8371E

Black with #A8371E

Text Example


Text Example

White with #A8371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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