Html Css Color HEX #A5411B Rock Spray

📋 copy color: '#A5411B'

red 165 ◦ green 65 ◦ blue 27

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

Shades of Rock Spray #A5411B

Tints of Rock Spray #A5411B

RGB

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

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

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

R = 64.2%
G = 25.29%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5411B (or 0xA5411B) is known color: Rock Spray. HEX triplet: A5, 41 and 1B. RGB value is (165,65,27). Sum of RGB (Red+Green+Blue) = 165+65+27=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A5411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5411B is #5ABEE4. Grayscale: #5A5A5A. Windows color (decimal): -5947109 or 1786277. OLE color: 1786277.

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

Color convert

RGB 165 65 27 -
CMYK 0 0.61 0.84 0.35
HSL 16.52º 0.72% 0.38% -
HSV(B) 16.52º 0.84% 0.65% -
XYZ 17.61 11.86 2.4 -
YUV 90.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 165 65 27 0 0.61 0.84 0.35 16.52 0.72 0.38
Hex A5 41 1B 0 3D 54 23 11 48 26
Octal 245 101 33 0 75 124 43 21 110 46
Binary 10100101 1000001 11011 0 111101 1010100 100011 10001 1001000 100110

Color Harmonies of #A5411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5411B

Black with #A5411B

Text Example


Text Example

White with #A5411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5411B; }

 p { color: rgb(165,65,27); }

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

background-color css

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

 a { background-color: rgb(165,65,27); }

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

border-color css

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

 span { border-color: rgb(165,65,27); }

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