#A7361C

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

Shades of Rock Spray #A7361C

Tints of Rock Spray #A7361C

Color information

#A7361C (or 0xA7361C) is unknown color: approx Rock Spray. HEX triplet: A7, 36 and 1C. RGB value is (167,54,28). Sum of RGB (Red+Green+Blue) = 167+54+28=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A7361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7361C is #58C9E3. Grayscale: #555555. Windows color (decimal): -5818852 or 1848999. OLE color: 1848999.

HSL color Cylindrical-coordinate representation of color #A7361C: hue angle of 11.22º degrees, saturation: 0.71, 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 #A7361C is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB1675428-
CMYK00.680.830.35
HSL11.22º71.28%38.24%-
HSV(B)11.22º83.23%65.49%-
XYZ17.4710.942.29-
YUV84.8295.94186.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.07%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=67.07%
G=21.69%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167542800.680.830.3511.2271.2838.24
HexA7361C0445323b4726
Octal24766340104123431310746
Binary101001111101101110001000100101001110001110111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7361C; }

 p { color: rgb(167,54,28); }

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

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

 a { background-color: rgb(167,54,28); }

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

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

 span { border-color: rgb(167,54,28); }

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