Html Css Color HEX #A4371F Rock Spray

📋 copy color: '#A4371F'

red 164 ◦ green 55 ◦ blue 31

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

Shades of Rock Spray #A4371F

Tints of Rock Spray #A4371F

RGB

 RED value IS 164 (64.45% from 255) = 65.6%

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

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

R = 65.6%
G = 22%
B = 12.4%

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

#A4371F (or 0xA4371F) is known color: Rock Spray. HEX triplet: A4, 37 and 1F. RGB value is (164,55,31). Sum of RGB (Red+Green+Blue) = 164+55+31=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A4371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4371F is #5BC8E0. Grayscale: #555555. Windows color (decimal): -6015201 or 2045860. OLE color: 2045860.

HSL color Cylindrical-coordinate representation of color #A4371F: hue angle of 10.83º 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 #A4371F is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 55 31 -
CMYK 0 0.66 0.81 0.36
HSL 10.83º 0.68% 0.38% -
HSV(B) 10.83º 0.81% 0.64% -
XYZ 16.92 10.72 2.47 -
YUV 84.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 164 55 31 0 0.66 0.81 0.36 10.83 0.68 0.38
Hex A4 37 1F 0 42 51 24 B 44 26
Octal 244 67 37 0 102 121 44 13 104 46
Binary 10100100 110111 11111 0 1000010 1010001 100100 1011 1000100 100110

Color Harmonies of #A4371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4371F

Black with #A4371F

Text Example


Text Example

White with #A4371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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