Html Css Color HEX #A42703 Rust

📋 copy color: '#A42703'

red 164 ◦ green 39 ◦ blue 3

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

Shades of Rust #A42703

Tints of Rust #A42703

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

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

R = 79.61%
G = 18.93%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A42703 (or 0xA42703) is known color: Rust. HEX triplet: A4, 27 and 03. RGB value is (164,39,3). Sum of RGB (Red+Green+Blue) = 164+39+3=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A42703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42703 is #5BD8FC. Grayscale: #484848. Windows color (decimal): -6019325 or 206756. OLE color: 206756.

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

Color convert

RGB 164 39 3 -
CMYK 0 0.76 0.98 0.36
HSL 13.42º 0.96% 0.33% -
HSV(B) 13.42º 0.98% 0.64% -
XYZ 16.05 9.35 1.04 -
YUV 72.27 88.91 193.43 -
System Red Green Blue C M Y K H S L
Decimal 164 39 3 0 0.76 0.98 0.36 13.42 0.96 0.33
Hex A4 27 3 0 4C 62 24 D 60 21
Octal 244 47 3 0 114 142 44 15 140 41
Binary 10100100 100111 11 0 1001100 1100010 100100 1101 1100000 100001

Color Harmonies of #A42703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42703

Black with #A42703

Text Example


Text Example

White with #A42703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42703; }

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

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

background-color css

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

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

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

border-color css

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

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

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