Html Css Color HEX #A42201 Rust

📋 copy color: '#A42201'

red 164 ◦ green 34 ◦ blue 1

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

Shades of Rust #A42201

Tints of Rust #A42201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.09%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 82.41%
G = 17.09%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A42201 (or 0xA42201) is known color: Rust. HEX triplet: A4, 22 and 01. RGB value is (164,34,1). Sum of RGB (Red+Green+Blue) = 164+34+1=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A42201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42201 is #5BDDFE. Grayscale: #454545. Windows color (decimal): -6020607 or 74404. OLE color: 74404.

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

Color convert

RGB 164 34 1 -
CMYK 0 0.79 0.99 0.36
HSL 12.15º 0.99% 0.32% -
HSV(B) 12.15º 0.99% 0.64% -
XYZ 15.89 9.04 0.94 -
YUV 69.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 164 34 1 0 0.79 0.99 0.36 12.15 0.99 0.32
Hex A4 22 1 0 4F 63 24 C 63 20
Octal 244 42 1 0 117 143 44 14 143 40
Binary 10100100 100010 1 0 1001111 1100011 100100 1100 1100011 100000

Color Harmonies of #A42201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42201

Black with #A42201

Text Example


Text Example

White with #A42201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42201; }

 p { color: rgb(164,34,1); }

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

background-color css

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

 a { background-color: rgb(164,34,1); }

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

border-color css

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

 span { border-color: rgb(164,34,1); }

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