Html Css Color HEX #A3371E Rock Spray

📋 copy color: '#A3371E'

red 163 ◦ green 55 ◦ blue 30

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

Shades of Rock Spray #A3371E

Tints of Rock Spray #A3371E

RGB

 RED value IS 163 (64.06% from 255) = 65.73%

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

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

R = 65.73%
G = 22.18%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3371E (or 0xA3371E) is known color: Rock Spray. HEX triplet: A3, 37 and 1E. RGB value is (163,55,30). Sum of RGB (Red+Green+Blue) = 163+55+30=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A3371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3371E is #5CC8E1. Grayscale: #545454. Windows color (decimal): -6080738 or 1980323. OLE color: 1980323.

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

Color convert

RGB 163 55 30 -
CMYK 0 0.66 0.82 0.36
HSL 11.28º 0.69% 0.38% -
HSV(B) 11.28º 0.82% 0.64% -
XYZ 16.7 10.61 2.4 -
YUV 84.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 163 55 30 0 0.66 0.82 0.36 11.28 0.69 0.38
Hex A3 37 1E 0 42 52 24 B 45 26
Octal 243 67 36 0 102 122 44 13 105 46
Binary 10100011 110111 11110 0 1000010 1010010 100100 1011 1000101 100110

Color Harmonies of #A3371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3371E

Black with #A3371E

Text Example


Text Example

White with #A3371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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