Html Css Color HEX #A33012 Rust

📋 copy color: '#A33012'

red 163 ◦ green 48 ◦ blue 18

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

Shades of Rust #A33012

Tints of Rust #A33012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 71.18%
G = 20.96%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A33012 (or 0xA33012) is known color: Rust. HEX triplet: A3, 30 and 12. RGB value is (163,48,18). Sum of RGB (Red+Green+Blue) = 163+48+18=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A33012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33012 is #5CCFED. Grayscale: #4F4F4F. Windows color (decimal): -6082542 or 1192099. OLE color: 1192099.

HSL color Cylindrical-coordinate representation of color #A33012: hue angle of 12.41º 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 #A33012 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 48 18 -
CMYK 0 0.71 0.89 0.36
HSL 12.41º 0.8% 0.35% -
HSV(B) 12.41º 0.89% 0.64% -
XYZ 16.27 9.94 1.63 -
YUV 78.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 163 48 18 0 0.71 0.89 0.36 12.41 0.8 0.35
Hex A3 30 12 0 47 59 24 C 50 23
Octal 243 60 22 0 107 131 44 14 120 43
Binary 10100011 110000 10010 0 1000111 1011001 100100 1100 1010000 100011

Color Harmonies of #A33012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33012

Black with #A33012

Text Example


Text Example

White with #A33012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33012; }

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

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

background-color css

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

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

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

border-color css

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

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

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