Html Css Color HEX #A33714 Rust

📋 copy color: '#A33714'

red 163 ◦ green 55 ◦ blue 20

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

Shades of Rust #A33714

Tints of Rust #A33714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

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

R = 68.49%
G = 23.11%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A33714 (or 0xA33714) is known color: Rust. HEX triplet: A3, 37 and 14. RGB value is (163,55,20). Sum of RGB (Red+Green+Blue) = 163+55+20=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A33714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33714 is #5CC8EB. Grayscale: #535353. Windows color (decimal): -6080748 or 1324963. OLE color: 1324963.

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

Color convert

RGB 163 55 20 -
CMYK 0 0.66 0.88 0.36
HSL 14.69º 0.78% 0.36% -
HSV(B) 14.69º 0.88% 0.64% -
XYZ 16.6 10.57 1.83 -
YUV 83.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 163 55 20 0 0.66 0.88 0.36 14.69 0.78 0.36
Hex A3 37 14 0 42 58 24 F 4E 24
Octal 243 67 24 0 102 130 44 17 116 44
Binary 10100011 110111 10100 0 1000010 1011000 100100 1111 1001110 100100

Color Harmonies of #A33714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33714

Black with #A33714

Text Example


Text Example

White with #A33714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33714; }

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

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

background-color css

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

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

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

border-color css

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

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

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