Html Css Color HEX #A83003 Rust

📋 copy color: '#A83003'

red 168 ◦ green 48 ◦ blue 3

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

Shades of Rust #A83003

Tints of Rust #A83003

RGB

 RED value IS 168 (66.02% from 255) = 76.71%

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

 BLUE value IS 3 (1.56% from 255) = 1.37%

R = 76.71%
G = 21.92%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A83003 (or 0xA83003) is known color: Rust. HEX triplet: A8, 30 and 03. RGB value is (168,48,3). Sum of RGB (Red+Green+Blue) = 168+48+3=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A83003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83003 is #57CFFC. Grayscale: #4F4F4F. Windows color (decimal): -5754877 or 209064. OLE color: 209064.

HSL color Cylindrical-coordinate representation of color #A83003: hue angle of 16.36º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A83003 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 48 3 -
CMYK 0 0.71 0.98 0.34
HSL 16.36º 0.96% 0.34% -
HSV(B) 16.36º 0.98% 0.66% -
XYZ 17.22 10.45 1.19 -
YUV 78.75 85.26 191.66 -
System Red Green Blue C M Y K H S L
Decimal 168 48 3 0 0.71 0.98 0.34 16.36 0.96 0.34
Hex A8 30 3 0 47 62 22 10 60 22
Octal 250 60 3 0 107 142 42 20 140 42
Binary 10101000 110000 11 0 1000111 1100010 100010 10000 1100000 100010

Color Harmonies of #A83003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83003

Black with #A83003

Text Example


Text Example

White with #A83003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83003; }

 p { color: rgb(168,48,3); }

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

background-color css

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

 a { background-color: rgb(168,48,3); }

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

border-color css

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

 span { border-color: rgb(168,48,3); }

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