#A4361F

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

Shades of Rock Spray #A4361F

Tints of Rock Spray #A4361F

Color information

#A4361F (or 0xA4361F) is unknown color: approx Rock Spray. HEX triplet: A4, 36 and 1F. RGB value is (164,54,31). Sum of RGB (Red+Green+Blue) = 164+54+31=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A4361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4361F is #5BC9E0. Grayscale: #545454. Windows color (decimal): -6015457 or 2045604. OLE color: 2045604.

HSL color Cylindrical-coordinate representation of color #A4361F: hue angle of 10.38º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A4361F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1645431-
CMYK00.670.810.36
HSL10.38º68.21%38.24%-
HSV(B)10.38º81.1%64.31%-
XYZ16.8810.632.46-
YUV84.2797.94184.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.86%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=65.86%
G=21.69%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164543100.670.810.3610.3868.2138.24
HexA4361F0435124a4426
Octal24466370103121441210446
Binary101001001101101111101000011101000110010010101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4361F; }

 p { color: rgb(164,54,31); }

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

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

 a { background-color: rgb(164,54,31); }

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

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

 span { border-color: rgb(164,54,31); }

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