Html Css Color HEX #A7402B Rock Spray

📋 copy color: '#A7402B'

red 167 ◦ green 64 ◦ blue 43

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

Shades of Rock Spray #A7402B

Tints of Rock Spray #A7402B

RGB

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

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

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

R = 60.95%
G = 23.36%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7402B (or 0xA7402B) is known color: Rock Spray. HEX triplet: A7, 40 and 2B. RGB value is (167,64,43). Sum of RGB (Red+Green+Blue) = 167+64+43=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A7402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7402B is #58BFD4. Grayscale: #5C5C5C. Windows color (decimal): -5816277 or 2834599. OLE color: 2834599.

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

Color convert

RGB 167 64 43 -
CMYK 0 0.62 0.74 0.35
HSL 10.16º 0.59% 0.41% -
HSV(B) 10.16º 0.74% 0.65% -
XYZ 18.21 12.06 3.65 -
YUV 92.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 167 64 43 0 0.62 0.74 0.35 10.16 0.59 0.41
Hex A7 40 2B 0 3E 4A 23 A 3B 29
Octal 247 100 53 0 76 112 43 12 73 51
Binary 10100111 1000000 101011 0 111110 1001010 100011 1010 111011 101001

Color Harmonies of #A7402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7402B

Black with #A7402B

Text Example


Text Example

White with #A7402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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