Html Css Color HEX #A33212 Rust

📋 copy color: '#A33212'

red 163 ◦ green 50 ◦ blue 18

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

Shades of Rust #A33212

Tints of Rust #A33212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

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

R = 70.56%
G = 21.65%
B = 7.79%

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

#A33212 (or 0xA33212) is known color: Rust. HEX triplet: A3, 32 and 12. RGB value is (163,50,18). Sum of RGB (Red+Green+Blue) = 163+50+18=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A33212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33212 is #5CCDED. Grayscale: #505050. Windows color (decimal): -6082030 or 1192611. OLE color: 1192611.

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

Color convert

RGB 163 50 18 -
CMYK 0 0.69 0.89 0.36
HSL 13.24º 0.8% 0.35% -
HSV(B) 13.24º 0.89% 0.64% -
XYZ 16.35 10.11 1.66 -
YUV 80.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 163 50 18 0 0.69 0.89 0.36 13.24 0.8 0.35
Hex A3 32 12 0 45 59 24 D 50 23
Octal 243 62 22 0 105 131 44 15 120 43
Binary 10100011 110010 10010 0 1000101 1011001 100100 1101 1010000 100011

Color Harmonies of #A33212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33212

Black with #A33212

Text Example


Text Example

White with #A33212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33212; }

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

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

background-color css

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

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

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

border-color css

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

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

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