Html Css Color HEX #A33010 Rust

📋 copy color: '#A33010'

red 163 ◦ green 48 ◦ blue 16

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

Shades of Rust #A33010

Tints of Rust #A33010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

 BLUE value IS 16 (6.64% from 255) = 7.05%

R = 71.81%
G = 21.15%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A33010 (or 0xA33010) is known color: Rust. HEX triplet: A3, 30 and 10. RGB value is (163,48,16). Sum of RGB (Red+Green+Blue) = 163+48+16=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A33010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33010 is #5CCFEF. Grayscale: #4E4E4E. Windows color (decimal): -6082544 or 1061027. OLE color: 1061027.

HSL color Cylindrical-coordinate representation of color #A33010: hue angle of 13.06º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A33010 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 48 16 -
CMYK 0 0.71 0.90 0.36
HSL 13.06º 0.82% 0.35% -
HSV(B) 13.06º 0.9% 0.64% -
XYZ 16.25 9.94 1.55 -
YUV 78.74 92.6 188.1 -
System Red Green Blue C M Y K H S L
Decimal 163 48 16 0 0.71 0.90 0.36 13.06 0.82 0.35
Hex A3 30 10 0 47 5A 24 D 52 23
Octal 243 60 20 0 107 132 44 15 122 43
Binary 10100011 110000 10000 0 1000111 1011010 100100 1101 1010010 100011

Color Harmonies of #A33010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33010

Black with #A33010

Text Example


Text Example

White with #A33010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33010; }

 p { color: rgb(163,48,16); }

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

background-color css

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

 a { background-color: rgb(163,48,16); }

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

border-color css

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

 span { border-color: rgb(163,48,16); }

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