#A5381A

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

Shades of Rock Spray #A5381A

Tints of Rock Spray #A5381A

Color information

#A5381A (or 0xA5381A) is unknown color: approx Rock Spray. HEX triplet: A5, 38 and 1A. RGB value is (165,56,26). Sum of RGB (Red+Green+Blue) = 165+56+26=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5381A is #5AC7E5. Grayscale: #555555. Windows color (decimal): -5949414 or 1718437. OLE color: 1718437.

HSL color Cylindrical-coordinate representation of color #A5381A: hue angle of 12.95º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5381A is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1655626-
CMYK00.660.840.35
HSL12.95º72.77%37.45%-
HSV(B)12.95º84.24%64.71%-
XYZ17.1210.92.18-
YUV85.1794.61184.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.80%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=66.80%
G=22.67%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165562600.660.840.3512.9572.7737.45
HexA5381A0425423d4925
Octal24570320102124431511145
Binary101001011110001101001000010101010010001111011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5381A; }

 p { color: rgb(165,56,26); }

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

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

 a { background-color: rgb(165,56,26); }

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

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

 span { border-color: rgb(165,56,26); }

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