#A33D26

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

Shades of Rock Spray #A33D26

Tints of Rock Spray #A33D26

Color information

#A33D26 (or 0xA33D26) is unknown color: approx Rock Spray. HEX triplet: A3, 3D and 26. RGB value is (163,61,38). Sum of RGB (Red+Green+Blue) = 163+61+38=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33D26 is #5CC2D9. Grayscale: #595959. Windows color (decimal): -6079194 or 2506147. OLE color: 2506147.

HSL color Cylindrical-coordinate representation of color #A33D26: hue angle of 11.04º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A33D26 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1636138-
CMYK00.630.770.36
HSL11.04º62.19%39.41%-
HSV(B)11.04º76.69%63.92%-
XYZ17.1211.263.11-
YUV88.8899.29180.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.21%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 38 (15.23% from 255) = 14.50%
R=62.21%
G=23.28%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163613800.630.770.3611.0462.1939.41
HexA33D2603F4D24b3e27
Octal243754607711544137647
Binary10100011111101100110011111110011011001001011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33D26; }

 p { color: rgb(163,61,38); }

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

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

 a { background-color: rgb(163,61,38); }

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

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

 span { border-color: rgb(163,61,38); }

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