Html Css Color HEX #A33912 Rust

📋 copy color: '#A33912'

red 163 ◦ green 57 ◦ blue 18

#A33912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #A33912

Tints of Rust #A33912

RGB

 RED value IS 163 (64.06% from 255) = 68.49%

 GREEN value IS 57 (22.66% from 255) = 23.95%

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 68.49%
G = 23.95%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A33912 (or 0xA33912) is known color: Rust. HEX triplet: A3, 39 and 12. RGB value is (163,57,18). Sum of RGB (Red+Green+Blue) = 163+57+18=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A33912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33912 is #5CC6ED. Grayscale: #545454. Windows color (decimal): -6080238 or 1194403. OLE color: 1194403.

HSL color Cylindrical-coordinate representation of color #A33912: hue angle of 16.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A33912 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 57 18 -
CMYK 0 0.65 0.89 0.36
HSL 16.14º 0.8% 0.35% -
HSV(B) 16.14º 0.89% 0.64% -
XYZ 16.68 10.76 1.77 -
YUV 84.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 163 57 18 0 0.65 0.89 0.36 16.14 0.8 0.35
Hex A3 39 12 0 41 59 24 10 50 23
Octal 243 71 22 0 101 131 44 20 120 43
Binary 10100011 111001 10010 0 1000001 1011001 100100 10000 1010000 100011

Color Harmonies of #A33912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33912

Black with #A33912

Text Example


Text Example

White with #A33912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33912; }

 p { color: rgb(163,57,18); }

 H1.HeaderClassName
 {
   color: #A33912;
 }
 .AnyTagClassName
 {
   color: #A33912;
 }
</style>

background-color css

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

 a { background-color: rgb(163,57,18); }

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

border-color css

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

 span { border-color: rgb(163,57,18); }

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