Html Css Color HEX #A42C03 Rust

📋 copy color: '#A42C03'

red 164 ◦ green 44 ◦ blue 3

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

Shades of Rust #A42C03

Tints of Rust #A42C03

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.85%

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

R = 77.73%
G = 20.85%
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

#A42C03 (or 0xA42C03) is known color: Rust. HEX triplet: A4, 2C and 03. RGB value is (164,44,3). Sum of RGB (Red+Green+Blue) = 164+44+3=211 (27% of max value = 765). Red value is 164 (64.45% from 255 or 77.73% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42C03 is #5BD3FC. Grayscale: #4B4B4B. Windows color (decimal): -6018045 or 208036. OLE color: 208036.

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

Color convert

RGB 164 44 3 -
CMYK 0 0.73 0.98 0.36
HSL 15.28º 0.96% 0.33% -
HSV(B) 15.28º 0.98% 0.64% -
XYZ 16.23 9.7 1.1 -
YUV 75.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 164 44 3 0 0.73 0.98 0.36 15.28 0.96 0.33
Hex A4 2C 3 0 49 62 24 F 60 21
Octal 244 54 3 0 111 142 44 17 140 41
Binary 10100100 101100 11 0 1001001 1100010 100100 1111 1100000 100001

Color Harmonies of #A42C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42C03

Black with #A42C03

Text Example


Text Example

White with #A42C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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