Html Css Color HEX #A5401F Rock Spray

📋 copy color: '#A5401F'

red 165 ◦ green 64 ◦ blue 31

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

Shades of Rock Spray #A5401F

Tints of Rock Spray #A5401F

RGB

 RED value IS 165 (64.84% from 255) = 63.46%

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

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

R = 63.46%
G = 24.62%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5401F (or 0xA5401F) is known color: Rock Spray. HEX triplet: A5, 40 and 1F. RGB value is (165,64,31). Sum of RGB (Red+Green+Blue) = 165+64+31=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5401F is #5ABFE0. Grayscale: #5A5A5A. Windows color (decimal): -5947361 or 2048165. OLE color: 2048165.

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

Color convert

RGB 165 64 31 -
CMYK 0 0.61 0.81 0.35
HSL 14.78º 0.68% 0.38% -
HSV(B) 14.78º 0.81% 0.65% -
XYZ 17.6 11.77 2.64 -
YUV 90.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 165 64 31 0 0.61 0.81 0.35 14.78 0.68 0.38
Hex A5 40 1F 0 3D 51 23 F 44 26
Octal 245 100 37 0 75 121 43 17 104 46
Binary 10100101 1000000 11111 0 111101 1010001 100011 1111 1000100 100110

Color Harmonies of #A5401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5401F

Black with #A5401F

Text Example


Text Example

White with #A5401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5401F; }

 p { color: rgb(165,64,31); }

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

background-color css

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

 a { background-color: rgb(165,64,31); }

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

border-color css

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

 span { border-color: rgb(165,64,31); }

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