Html Css Color HEX #A9371E Rock Spray

📋 copy color: '#A9371E'

red 169 ◦ green 55 ◦ blue 30

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

Shades of Rock Spray #A9371E

Tints of Rock Spray #A9371E

RGB

 RED value IS 169 (66.41% from 255) = 66.54%

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

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

R = 66.54%
G = 21.65%
B = 11.81%

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

#A9371E (or 0xA9371E) is known color: Rock Spray. HEX triplet: A9, 37 and 1E. RGB value is (169,55,30). Sum of RGB (Red+Green+Blue) = 169+55+30=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A9371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9371E is #56C8E1. Grayscale: #565656. Windows color (decimal): -5687522 or 1980329. OLE color: 1980329.

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

Color convert

RGB 169 55 30 -
CMYK 0 0.67 0.82 0.34
HSL 10.79º 0.7% 0.39% -
HSV(B) 10.79º 0.82% 0.66% -
XYZ 17.96 11.26 2.46 -
YUV 86.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 169 55 30 0 0.67 0.82 0.34 10.79 0.7 0.39
Hex A9 37 1E 0 43 52 22 B 46 27
Octal 251 67 36 0 103 122 42 13 106 47
Binary 10101001 110111 11110 0 1000011 1010010 100010 1011 1000110 100111

Color Harmonies of #A9371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9371E

Black with #A9371E

Text Example


Text Example

White with #A9371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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