Html Css Color HEX #A5401B Rock Spray

📋 copy color: '#A5401B'

red 165 ◦ green 64 ◦ blue 27

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

Shades of Rock Spray #A5401B

Tints of Rock Spray #A5401B

RGB

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

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

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

R = 64.45%
G = 25%
B = 10.55%

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

#A5401B (or 0xA5401B) is known color: Rock Spray. HEX triplet: A5, 40 and 1B. RGB value is (165,64,27). Sum of RGB (Red+Green+Blue) = 165+64+27=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A5401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5401B is #5ABFE4. Grayscale: #5A5A5A. Windows color (decimal): -5947365 or 1786021. OLE color: 1786021.

HSL color Cylindrical-coordinate representation of color #A5401B: hue angle of 16.09º 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 #A5401B is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 64 27 -
CMYK 0 0.61 0.84 0.35
HSL 16.09º 0.72% 0.38% -
HSV(B) 16.09º 0.84% 0.65% -
XYZ 17.55 11.75 2.38 -
YUV 89.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 165 64 27 0 0.61 0.84 0.35 16.09 0.72 0.38
Hex A5 40 1B 0 3D 54 23 10 48 26
Octal 245 100 33 0 75 124 43 20 110 46
Binary 10100101 1000000 11011 0 111101 1010100 100011 10000 1001000 100110

Color Harmonies of #A5401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5401B

Black with #A5401B

Text Example


Text Example

White with #A5401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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