Html Css Color HEX #A33412 Rust

📋 copy color: '#A33412'

red 163 ◦ green 52 ◦ blue 18

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

Shades of Rust #A33412

Tints of Rust #A33412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

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

R = 69.96%
G = 22.32%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A33412 (or 0xA33412) is known color: Rust. HEX triplet: A3, 34 and 12. RGB value is (163,52,18). Sum of RGB (Red+Green+Blue) = 163+52+18=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A33412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33412 is #5CCBED. Grayscale: #515151. Windows color (decimal): -6081518 or 1193123. OLE color: 1193123.

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

Color convert

RGB 163 52 18 -
CMYK 0 0.68 0.89 0.36
HSL 14.07º 0.8% 0.35% -
HSV(B) 14.07º 0.89% 0.64% -
XYZ 16.44 10.29 1.69 -
YUV 81.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 163 52 18 0 0.68 0.89 0.36 14.07 0.8 0.35
Hex A3 34 12 0 44 59 24 E 50 23
Octal 243 64 22 0 104 131 44 16 120 43
Binary 10100011 110100 10010 0 1000100 1011001 100100 1110 1010000 100011

Color Harmonies of #A33412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33412

Black with #A33412

Text Example


Text Example

White with #A33412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33412; }

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

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

background-color css

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

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

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

border-color css

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

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

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