Html Css Color HEX #A43003 Rust

📋 copy color: '#A43003'

red 164 ◦ green 48 ◦ blue 3

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

Shades of Rust #A43003

Tints of Rust #A43003

RGB

 RED value IS 164 (64.45% from 255) = 76.28%

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

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

R = 76.28%
G = 22.33%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A43003 (or 0xA43003) is known color: Rust. HEX triplet: A4, 30 and 03. RGB value is (164,48,3). Sum of RGB (Red+Green+Blue) = 164+48+3=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A43003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43003 is #5BCFFC. Grayscale: #4D4D4D. Windows color (decimal): -6017021 or 209060. OLE color: 209060.

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

Color convert

RGB 164 48 3 -
CMYK 0 0.71 0.98 0.36
HSL 16.77º 0.96% 0.33% -
HSV(B) 16.77º 0.98% 0.64% -
XYZ 16.38 10.01 1.16 -
YUV 77.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 164 48 3 0 0.71 0.98 0.36 16.77 0.96 0.33
Hex A4 30 3 0 47 62 24 11 60 21
Octal 244 60 3 0 107 142 44 21 140 41
Binary 10100100 110000 11 0 1000111 1100010 100100 10001 1100000 100001

Color Harmonies of #A43003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43003

Black with #A43003

Text Example


Text Example

White with #A43003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43003; }

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

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

background-color css

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

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

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

border-color css

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

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

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