Html Css Color HEX #A22601 Rust

📋 copy color: '#A22601'

red 162 ◦ green 38 ◦ blue 1

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

Shades of Rust #A22601

Tints of Rust #A22601

RGB

 RED value IS 162 (63.67% from 255) = 80.6%

 GREEN value IS 38 (15.23% from 255) = 18.91%

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

R = 80.6%
G = 18.91%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A22601 (or 0xA22601) is known color: Rust. HEX triplet: A2, 26 and 01. RGB value is (162,38,1). Sum of RGB (Red+Green+Blue) = 162+38+1=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A22601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22601 is #5DD9FE. Grayscale: #474747. Windows color (decimal): -6150655 or 75426. OLE color: 75426.

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

Color convert

RGB 162 38 1 -
CMYK 0 0.77 0.99 0.36
HSL 13.79º 0.99% 0.32% -
HSV(B) 13.79º 0.99% 0.64% -
XYZ 15.6 9.07 0.96 -
YUV 70.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 162 38 1 0 0.77 0.99 0.36 13.79 0.99 0.32
Hex A2 26 1 0 4D 63 24 E 63 20
Octal 242 46 1 0 115 143 44 16 143 40
Binary 10100010 100110 1 0 1001101 1100011 100100 1110 1100011 100000

Color Harmonies of #A22601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22601

Black with #A22601

Text Example


Text Example

White with #A22601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22601; }

 p { color: rgb(162,38,1); }

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

background-color css

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

 a { background-color: rgb(162,38,1); }

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

border-color css

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

 span { border-color: rgb(162,38,1); }

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