Html Css Color HEX #A33C14 Rust

📋 copy color: '#A33C14'

red 163 ◦ green 60 ◦ blue 20

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

Shades of Rust #A33C14

Tints of Rust #A33C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.69%

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

R = 67.08%
G = 24.69%
B = 8.23%

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

#A33C14 (or 0xA33C14) is known color: Rust. HEX triplet: A3, 3C and 14. RGB value is (163,60,20). Sum of RGB (Red+Green+Blue) = 163+60+20=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33C14 is #5CC3EB. Grayscale: #565656. Windows color (decimal): -6079468 or 1326243. OLE color: 1326243.

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

Color convert

RGB 163 60 20 -
CMYK 0 0.63 0.88 0.36
HSL 16.78º 0.78% 0.36% -
HSV(B) 16.78º 0.88% 0.64% -
XYZ 16.85 11.07 1.91 -
YUV 86.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 163 60 20 0 0.63 0.88 0.36 16.78 0.78 0.36
Hex A3 3C 14 0 3F 58 24 11 4E 24
Octal 243 74 24 0 77 130 44 21 116 44
Binary 10100011 111100 10100 0 111111 1011000 100100 10001 1001110 100100

Color Harmonies of #A33C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C14

Black with #A33C14

Text Example


Text Example

White with #A33C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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