Html Css Color HEX #A5412D Rock Spray

📋 copy color: '#A5412D'

red 165 ◦ green 65 ◦ blue 45

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

Shades of Rock Spray #A5412D

Tints of Rock Spray #A5412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 60%
G = 23.64%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5412D (or 0xA5412D) is known color: Rock Spray. HEX triplet: A5, 41 and 2D. RGB value is (165,65,45). Sum of RGB (Red+Green+Blue) = 165+65+45=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5412D is #5ABED2. Grayscale: #5C5C5C. Windows color (decimal): -5947091 or 2965925. OLE color: 2965925.

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

Color convert

RGB 165 65 45 -
CMYK 0 0.61 0.73 0.35
HSL 10º 0.57% 0.41% -
HSV(B) 10º 0.73% 0.65% -
XYZ 17.88 11.97 3.85 -
YUV 92.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 165 65 45 0 0.61 0.73 0.35 10 0.57 0.41
Hex A5 41 2D 0 3D 49 23 A 39 29
Octal 245 101 55 0 75 111 43 12 71 51
Binary 10100101 1000001 101101 0 111101 1001001 100011 1010 111001 101001

Color Harmonies of #A5412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5412D

Black with #A5412D

Text Example


Text Example

White with #A5412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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