Html Css Color HEX #A33D14 Rust

📋 copy color: '#A33D14'

red 163 ◦ green 61 ◦ blue 20

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

Shades of Rust #A33D14

Tints of Rust #A33D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

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

R = 66.8%
G = 25%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A33D14 (or 0xA33D14) is known color: Rust. HEX triplet: A3, 3D and 14. RGB value is (163,61,20). Sum of RGB (Red+Green+Blue) = 163+61+20=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D14 is #5CC2EB. Grayscale: #575757. Windows color (decimal): -6079212 or 1326499. OLE color: 1326499.

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

Color convert

RGB 163 61 20 -
CMYK 0 0.63 0.88 0.36
HSL 17.2º 0.78% 0.36% -
HSV(B) 17.2º 0.88% 0.64% -
XYZ 16.9 11.17 1.93 -
YUV 86.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 163 61 20 0 0.63 0.88 0.36 17.2 0.78 0.36
Hex A3 3D 14 0 3F 58 24 11 4E 24
Octal 243 75 24 0 77 130 44 21 116 44
Binary 10100011 111101 10100 0 111111 1011000 100100 10001 1001110 100100

Color Harmonies of #A33D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D14

Black with #A33D14

Text Example


Text Example

White with #A33D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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