Html Css Color HEX #A33312 Rust

📋 copy color: '#A33312'

red 163 ◦ green 51 ◦ blue 18

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

Shades of Rust #A33312

Tints of Rust #A33312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

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

R = 70.26%
G = 21.98%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A33312 (or 0xA33312) is known color: Rust. HEX triplet: A3, 33 and 12. RGB value is (163,51,18). Sum of RGB (Red+Green+Blue) = 163+51+18=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A33312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33312 is #5CCCED. Grayscale: #505050. Windows color (decimal): -6081774 or 1192867. OLE color: 1192867.

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

Color convert

RGB 163 51 18 -
CMYK 0 0.69 0.89 0.36
HSL 13.66º 0.8% 0.35% -
HSV(B) 13.66º 0.89% 0.64% -
XYZ 16.4 10.2 1.68 -
YUV 80.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 163 51 18 0 0.69 0.89 0.36 13.66 0.8 0.35
Hex A3 33 12 0 45 59 24 E 50 23
Octal 243 63 22 0 105 131 44 16 120 43
Binary 10100011 110011 10010 0 1000101 1011001 100100 1110 1010000 100011

Color Harmonies of #A33312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33312

Black with #A33312

Text Example


Text Example

White with #A33312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33312; }

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

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

background-color css

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

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

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

border-color css

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

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

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