Html Css Color HEX #A33612 Rust

📋 copy color: '#A33612'

red 163 ◦ green 54 ◦ blue 18

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

Shades of Rust #A33612

Tints of Rust #A33612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

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

R = 69.36%
G = 22.98%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A33612 (or 0xA33612) is known color: Rust. HEX triplet: A3, 36 and 12. RGB value is (163,54,18). Sum of RGB (Red+Green+Blue) = 163+54+18=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A33612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33612 is #5CC9ED. Grayscale: #525252. Windows color (decimal): -6081006 or 1193635. OLE color: 1193635.

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

Color convert

RGB 163 54 18 -
CMYK 0 0.67 0.89 0.36
HSL 14.9º 0.8% 0.35% -
HSV(B) 14.9º 0.89% 0.64% -
XYZ 16.53 10.47 1.72 -
YUV 82.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 163 54 18 0 0.67 0.89 0.36 14.9 0.8 0.35
Hex A3 36 12 0 43 59 24 F 50 23
Octal 243 66 22 0 103 131 44 17 120 43
Binary 10100011 110110 10010 0 1000011 1011001 100100 1111 1010000 100011

Color Harmonies of #A33612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33612

Black with #A33612

Text Example


Text Example

White with #A33612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33612; }

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

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

background-color css

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

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

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

border-color css

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

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

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