#A7371D

Color #A7371D Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A7371D

Tints of Rock Spray #A7371D

Color information

#A7371D (or 0xA7371D) is unknown color: approx Rock Spray. HEX triplet: A7, 37 and 1D. RGB value is (167,55,29). Sum of RGB (Red+Green+Blue) = 167+55+29=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A7371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7371D is #58C8E2. Grayscale: #555555. Windows color (decimal): -5818595 or 1914791. OLE color: 1914791.

HSL color Cylindrical-coordinate representation of color #A7371D: hue angle of 11.3º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7371D is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB1675529-
CMYK00.670.830.35
HSL11.3º70.41%38.43%-
HSV(B)11.3º82.63%65.49%-
XYZ17.5211.042.37-
YUV85.5296.11186.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.53%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 29 (11.72% from 255) = 11.55%
R=66.53%
G=21.91%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167552900.670.830.3511.370.4138.43
HexA7371D0435323b4626
Octal24767350103123431310646
Binary101001111101111110101000011101001110001110111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7371D; }

 p { color: rgb(167,55,29); }

 H1.HeaderClassName
 {
   color: #A7371D;
 }
 .AnyTagClassName
 {
   color: #A7371D;
 }
</style>
background-color css

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

 a { background-color: rgb(167,55,29); }

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

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

 span { border-color: rgb(167,55,29); }

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