Html Css Color HEX #A4401B Rock Spray

📋 copy color: '#A4401B'

red 164 ◦ green 64 ◦ blue 27

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

Shades of Rock Spray #A4401B

Tints of Rock Spray #A4401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.1%

 BLUE value IS 27 (10.94% from 255) = 10.59%

R = 64.31%
G = 25.1%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4401B (or 0xA4401B) is known color: Rock Spray. HEX triplet: A4, 40 and 1B. RGB value is (164,64,27). Sum of RGB (Red+Green+Blue) = 164+64+27=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A4401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4401B is #5BBFE4. Grayscale: #595959. Windows color (decimal): -6012901 or 1786020. OLE color: 1786020.

HSL color Cylindrical-coordinate representation of color #A4401B: hue angle of 16.2º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4401B is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 27 -
CMYK 0 0.61 0.84 0.36
HSL 16.2º 0.72% 0.37% -
HSV(B) 16.2º 0.84% 0.64% -
XYZ 17.34 11.64 2.37 -
YUV 89.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 164 64 27 0 0.61 0.84 0.36 16.2 0.72 0.37
Hex A4 40 1B 0 3D 54 24 10 48 25
Octal 244 100 33 0 75 124 44 20 110 45
Binary 10100100 1000000 11011 0 111101 1010100 100100 10000 1001000 100101

Color Harmonies of #A4401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4401B

Black with #A4401B

Text Example


Text Example

White with #A4401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4401B; }

 p { color: rgb(164,64,27); }

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

background-color css

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

 a { background-color: rgb(164,64,27); }

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

border-color css

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

 span { border-color: rgb(164,64,27); }

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