Html Css Color HEX #A3371F Rock Spray

📋 copy color: '#A3371F'

red 163 ◦ green 55 ◦ blue 31

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

Shades of Rock Spray #A3371F

Tints of Rock Spray #A3371F

RGB

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

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

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

R = 65.46%
G = 22.09%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A3371F (or 0xA3371F) is known color: Rock Spray. HEX triplet: A3, 37 and 1F. RGB value is (163,55,31). Sum of RGB (Red+Green+Blue) = 163+55+31=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A3371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3371F is #5CC8E0. Grayscale: #545454. Windows color (decimal): -6080737 or 2045859. OLE color: 2045859.

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

Color convert

RGB 163 55 31 -
CMYK 0 0.66 0.81 0.36
HSL 10.91º 0.68% 0.38% -
HSV(B) 10.91º 0.81% 0.64% -
XYZ 16.72 10.62 2.46 -
YUV 84.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 163 55 31 0 0.66 0.81 0.36 10.91 0.68 0.38
Hex A3 37 1F 0 42 51 24 B 44 26
Octal 243 67 37 0 102 121 44 13 104 46
Binary 10100011 110111 11111 0 1000010 1010001 100100 1011 1000100 100110

Color Harmonies of #A3371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3371F

Black with #A3371F

Text Example


Text Example

White with #A3371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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