Html Css Color HEX #A33F0E Rust

📋 copy color: '#A33F0E'

red 163 ◦ green 63 ◦ blue 14

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

Shades of Rust #A33F0E

Tints of Rust #A33F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 67.92%
G = 26.25%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A33F0E (or 0xA33F0E) is known color: Rust. HEX triplet: A3, 3F and 0E. RGB value is (163,63,14). Sum of RGB (Red+Green+Blue) = 163+63+14=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33F0E is #5CC0F1. Grayscale: #575757. Windows color (decimal): -6078706 or 933795. OLE color: 933795.

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

Color convert

RGB 163 63 14 -
CMYK 0 0.61 0.91 0.36
HSL 19.73º 0.84% 0.35% -
HSV(B) 19.73º 0.91% 0.64% -
XYZ 16.96 11.37 1.72 -
YUV 87.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 163 63 14 0 0.61 0.91 0.36 19.73 0.84 0.35
Hex A3 3F E 0 3D 5B 24 14 54 23
Octal 243 77 16 0 75 133 44 24 124 43
Binary 10100011 111111 1110 0 111101 1011011 100100 10100 1010100 100011

Color Harmonies of #A33F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33F0E

Black with #A33F0E

Text Example


Text Example

White with #A33F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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