Html Css Color HEX #A42902 Rust

📋 copy color: '#A42902'

red 164 ◦ green 41 ◦ blue 2

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

Shades of Rust #A42902

Tints of Rust #A42902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

 BLUE value IS 2 (1.17% from 255) = 0.97%

R = 79.23%
G = 19.81%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A42902 (or 0xA42902) is known color: Rust. HEX triplet: A4, 29 and 02. RGB value is (164,41,2). Sum of RGB (Red+Green+Blue) = 164+41+2=207 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.23% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 164 - color contains mainly: red. Hex color #A42902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42902 is #5BD6FD. Grayscale: #494949. Windows color (decimal): -6018814 or 141732. OLE color: 141732.

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

Color convert

RGB 164 41 2 -
CMYK 0 0.75 0.99 0.36
HSL 14.44º 0.98% 0.33% -
HSV(B) 14.44º 0.99% 0.64% -
XYZ 16.11 9.48 1.04 -
YUV 73.33 87.75 192.67 -
System Red Green Blue C M Y K H S L
Decimal 164 41 2 0 0.75 0.99 0.36 14.44 0.98 0.33
Hex A4 29 2 0 4B 63 24 E 62 21
Octal 244 51 2 0 113 143 44 16 142 41
Binary 10100100 101001 10 0 1001011 1100011 100100 1110 1100010 100001

Color Harmonies of #A42902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42902

Black with #A42902

Text Example


Text Example

White with #A42902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42902; }

 p { color: rgb(164,41,2); }

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

background-color css

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

 a { background-color: rgb(164,41,2); }

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

border-color css

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

 span { border-color: rgb(164,41,2); }

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