Html Css Color HEX #A42D03 Rust

📋 copy color: '#A42D03'

red 164 ◦ green 45 ◦ blue 3

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

Shades of Rust #A42D03

Tints of Rust #A42D03

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.23%

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

R = 77.36%
G = 21.23%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A42D03 (or 0xA42D03) is known color: Rust. HEX triplet: A4, 2D and 03. RGB value is (164,45,3). Sum of RGB (Red+Green+Blue) = 164+45+3=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42D03 is #5BD2FC. Grayscale: #4C4C4C. Windows color (decimal): -6017789 or 208292. OLE color: 208292.

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

Color convert

RGB 164 45 3 -
CMYK 0 0.73 0.98 0.36
HSL 15.65º 0.96% 0.33% -
HSV(B) 15.65º 0.98% 0.64% -
XYZ 16.26 9.78 1.12 -
YUV 75.79 86.92 190.92 -
System Red Green Blue C M Y K H S L
Decimal 164 45 3 0 0.73 0.98 0.36 15.65 0.96 0.33
Hex A4 2D 3 0 49 62 24 10 60 21
Octal 244 55 3 0 111 142 44 20 140 41
Binary 10100100 101101 11 0 1001001 1100010 100100 10000 1100000 100001

Color Harmonies of #A42D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D03

Black with #A42D03

Text Example


Text Example

White with #A42D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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