Html Css Color HEX #A33F14 Rust

📋 copy color: '#A33F14'

red 163 ◦ green 63 ◦ blue 20

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

Shades of Rust #A33F14

Tints of Rust #A33F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 66.26%
G = 25.61%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A33F14 (or 0xA33F14) is known color: Rust. HEX triplet: A3, 3F and 14. RGB value is (163,63,20). Sum of RGB (Red+Green+Blue) = 163+63+20=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33F14 is #5CC0EB. Grayscale: #585858. Windows color (decimal): -6078700 or 1327011. OLE color: 1327011.

HSL color Cylindrical-coordinate representation of color #A33F14: hue angle of 18.04º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A33F14 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 63 20 -
CMYK 0 0.61 0.88 0.36
HSL 18.04º 0.78% 0.36% -
HSV(B) 18.04º 0.88% 0.64% -
XYZ 17.01 11.39 1.96 -
YUV 88 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 163 63 20 0 0.61 0.88 0.36 18.04 0.78 0.36
Hex A3 3F 14 0 3D 58 24 12 4E 24
Octal 243 77 24 0 75 130 44 22 116 44
Binary 10100011 111111 10100 0 111101 1011000 100100 10010 1001110 100100

Color Harmonies of #A33F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33F14

Black with #A33F14

Text Example


Text Example

White with #A33F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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