Html Css Color HEX #A4361E Rock Spray

📋 copy color: '#A4361E'

red 164 ◦ green 54 ◦ blue 30

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

Shades of Rock Spray #A4361E

Tints of Rock Spray #A4361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 66.13%
G = 21.77%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4361E (or 0xA4361E) is known color: Rock Spray. HEX triplet: A4, 36 and 1E. RGB value is (164,54,30). Sum of RGB (Red+Green+Blue) = 164+54+30=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A4361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4361E is #5BC9E1. Grayscale: #545454. Windows color (decimal): -6015458 or 1980068. OLE color: 1980068.

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

Color convert

RGB 164 54 30 -
CMYK 0 0.67 0.82 0.36
HSL 10.75º 0.69% 0.38% -
HSV(B) 10.75º 0.82% 0.64% -
XYZ 16.86 10.62 2.39 -
YUV 84.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 164 54 30 0 0.67 0.82 0.36 10.75 0.69 0.38
Hex A4 36 1E 0 43 52 24 B 45 26
Octal 244 66 36 0 103 122 44 13 105 46
Binary 10100100 110110 11110 0 1000011 1010010 100100 1011 1000101 100110

Color Harmonies of #A4361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4361E

Black with #A4361E

Text Example


Text Example

White with #A4361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4361E; }

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

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

background-color css

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

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

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

border-color css

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

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

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