Html Css Color HEX #A7412B Rock Spray

📋 copy color: '#A7412B'

red 167 ◦ green 65 ◦ blue 43

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

Shades of Rock Spray #A7412B

Tints of Rock Spray #A7412B

RGB

 RED value IS 167 (65.63% from 255) = 60.73%

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

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

R = 60.73%
G = 23.64%
B = 15.64%

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

#A7412B (or 0xA7412B) is known color: Rock Spray. HEX triplet: A7, 41 and 2B. RGB value is (167,65,43). Sum of RGB (Red+Green+Blue) = 167+65+43=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A7412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7412B is #58BED4. Grayscale: #5D5D5D. Windows color (decimal): -5816021 or 2834855. OLE color: 2834855.

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

Color convert

RGB 167 65 43 -
CMYK 0 0.61 0.74 0.35
HSL 10.65º 0.59% 0.41% -
HSV(B) 10.65º 0.74% 0.65% -
XYZ 18.26 12.17 3.67 -
YUV 92.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 167 65 43 0 0.61 0.74 0.35 10.65 0.59 0.41
Hex A7 41 2B 0 3D 4A 23 B 3B 29
Octal 247 101 53 0 75 112 43 13 73 51
Binary 10100111 1000001 101011 0 111101 1001010 100011 1011 111011 101001

Color Harmonies of #A7412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7412B

Black with #A7412B

Text Example


Text Example

White with #A7412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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