Html Css Color HEX #A1371E Rock Spray

📋 copy color: '#A1371E'

red 161 ◦ green 55 ◦ blue 30

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

Shades of Rock Spray #A1371E

Tints of Rock Spray #A1371E

RGB

 RED value IS 161 (63.28% from 255) = 65.45%

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

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

R = 65.45%
G = 22.36%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1371E (or 0xA1371E) is known color: Rock Spray. HEX triplet: A1, 37 and 1E. RGB value is (161,55,30). Sum of RGB (Red+Green+Blue) = 161+55+30=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A1371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1371E is #5EC8E1. Grayscale: #545454. Windows color (decimal): -6211810 or 1980321. OLE color: 1980321.

HSL color Cylindrical-coordinate representation of color #A1371E: hue angle of 11.45º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1371E is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 55 30 -
CMYK 0 0.66 0.81 0.37
HSL 11.45º 0.69% 0.37% -
HSV(B) 11.45º 0.81% 0.63% -
XYZ 16.3 10.4 2.38 -
YUV 83.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 161 55 30 0 0.66 0.81 0.37 11.45 0.69 0.37
Hex A1 37 1E 0 42 51 25 B 45 25
Octal 241 67 36 0 102 121 45 13 105 45
Binary 10100001 110111 11110 0 1000010 1010001 100101 1011 1000101 100101

Color Harmonies of #A1371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1371E

Black with #A1371E

Text Example


Text Example

White with #A1371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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