Html Css Color HEX #A33A14 Rust

📋 copy color: '#A33A14'

red 163 ◦ green 58 ◦ blue 20

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

Shades of Rust #A33A14

Tints of Rust #A33A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.07%

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

R = 67.63%
G = 24.07%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A33A14 (or 0xA33A14) is known color: Rust. HEX triplet: A3, 3A and 14. RGB value is (163,58,20). Sum of RGB (Red+Green+Blue) = 163+58+20=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33A14 is #5CC5EB. Grayscale: #555555. Windows color (decimal): -6079980 or 1325731. OLE color: 1325731.

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

Color convert

RGB 163 58 20 -
CMYK 0 0.64 0.88 0.36
HSL 15.94º 0.78% 0.36% -
HSV(B) 15.94º 0.88% 0.64% -
XYZ 16.74 10.86 1.88 -
YUV 85.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 163 58 20 0 0.64 0.88 0.36 15.94 0.78 0.36
Hex A3 3A 14 0 40 58 24 10 4E 24
Octal 243 72 24 0 100 130 44 20 116 44
Binary 10100011 111010 10100 0 1000000 1011000 100100 10000 1001110 100100

Color Harmonies of #A33A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A14

Black with #A33A14

Text Example


Text Example

White with #A33A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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