Html Css Color HEX #A42F03 Rust

📋 copy color: '#A42F03'

red 164 ◦ green 47 ◦ blue 3

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

Shades of Rust #A42F03

Tints of Rust #A42F03

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.96%

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

R = 76.64%
G = 21.96%
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

#A42F03 (or 0xA42F03) is known color: Rust. HEX triplet: A4, 2F and 03. RGB value is (164,47,3). Sum of RGB (Red+Green+Blue) = 164+47+3=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42F03 is #5BD0FC. Grayscale: #4D4D4D. Windows color (decimal): -6017277 or 208804. OLE color: 208804.

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

Color convert

RGB 164 47 3 -
CMYK 0 0.71 0.98 0.36
HSL 16.4º 0.96% 0.33% -
HSV(B) 16.4º 0.98% 0.64% -
XYZ 16.34 9.93 1.14 -
YUV 76.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 164 47 3 0 0.71 0.98 0.36 16.4 0.96 0.33
Hex A4 2F 3 0 47 62 24 10 60 21
Octal 244 57 3 0 107 142 44 20 140 41
Binary 10100100 101111 11 0 1000111 1100010 100100 10000 1100000 100001

Color Harmonies of #A42F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42F03

Black with #A42F03

Text Example


Text Example

White with #A42F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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