Html Css Color HEX #A4411E Rock Spray

📋 copy color: '#A4411E'

red 164 ◦ green 65 ◦ blue 30

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

Shades of Rock Spray #A4411E

Tints of Rock Spray #A4411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

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

R = 63.32%
G = 25.1%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4411E (or 0xA4411E) is known color: Rock Spray. HEX triplet: A4, 41 and 1E. RGB value is (164,65,30). Sum of RGB (Red+Green+Blue) = 164+65+30=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A4411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4411E is #5BBEE1. Grayscale: #5A5A5A. Windows color (decimal): -6012642 or 1982884. OLE color: 1982884.

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

Color convert

RGB 164 65 30 -
CMYK 0 0.60 0.82 0.36
HSL 15.67º 0.69% 0.38% -
HSV(B) 15.67º 0.82% 0.64% -
XYZ 17.43 11.77 2.58 -
YUV 90.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 164 65 30 0 0.60 0.82 0.36 15.67 0.69 0.38
Hex A4 41 1E 0 3C 52 24 10 45 26
Octal 244 101 36 0 74 122 44 20 105 46
Binary 10100100 1000001 11110 0 111100 1010010 100100 10000 1000101 100110

Color Harmonies of #A4411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4411E

Black with #A4411E

Text Example


Text Example

White with #A4411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4411E; }

 p { color: rgb(164,65,30); }

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

background-color css

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

 a { background-color: rgb(164,65,30); }

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

border-color css

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

 span { border-color: rgb(164,65,30); }

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