Html Css Color HEX #A5412B Rock Spray

📋 copy color: '#A5412B'

red 165 ◦ green 65 ◦ blue 43

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

Shades of Rock Spray #A5412B

Tints of Rock Spray #A5412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 60.44%
G = 23.81%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5412B (or 0xA5412B) is known color: Rock Spray. HEX triplet: A5, 41 and 2B. RGB value is (165,65,43). Sum of RGB (Red+Green+Blue) = 165+65+43=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A5412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5412B is #5ABED4. Grayscale: #5C5C5C. Windows color (decimal): -5947093 or 2834853. OLE color: 2834853.

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

Color convert

RGB 165 65 43 -
CMYK 0 0.61 0.74 0.35
HSL 10.82º 0.59% 0.41% -
HSV(B) 10.82º 0.74% 0.65% -
XYZ 17.84 11.95 3.65 -
YUV 92.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 165 65 43 0 0.61 0.74 0.35 10.82 0.59 0.41
Hex A5 41 2B 0 3D 4A 23 B 3B 29
Octal 245 101 53 0 75 112 43 13 73 51
Binary 10100101 1000001 101011 0 111101 1001010 100011 1011 111011 101001

Color Harmonies of #A5412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5412B

Black with #A5412B

Text Example


Text Example

White with #A5412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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