Html Css Color HEX #A33F12 Rust

📋 copy color: '#A33F12'

red 163 ◦ green 63 ◦ blue 18

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

Shades of Rust #A33F12

Tints of Rust #A33F12

RGB

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

 GREEN value IS 63 (25% from 255) = 25.82%

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

R = 66.8%
G = 25.82%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A33F12 (or 0xA33F12) is known color: Rust. HEX triplet: A3, 3F and 12. RGB value is (163,63,18). Sum of RGB (Red+Green+Blue) = 163+63+18=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33F12 is #5CC0ED. Grayscale: #585858. Windows color (decimal): -6078702 or 1195939. OLE color: 1195939.

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

Color convert

RGB 163 63 18 -
CMYK 0 0.61 0.89 0.36
HSL 18.62º 0.8% 0.35% -
HSV(B) 18.62º 0.89% 0.64% -
XYZ 16.99 11.39 1.87 -
YUV 87.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 163 63 18 0 0.61 0.89 0.36 18.62 0.8 0.35
Hex A3 3F 12 0 3D 59 24 13 50 23
Octal 243 77 22 0 75 131 44 23 120 43
Binary 10100011 111111 10010 0 111101 1011001 100100 10011 1010000 100011

Color Harmonies of #A33F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33F12

Black with #A33F12

Text Example


Text Example

White with #A33F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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