Html Css Color HEX #A42F01 Rust

📋 copy color: '#A42F01'

red 164 ◦ green 47 ◦ blue 1

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

Shades of Rust #A42F01

Tints of Rust #A42F01

RGB

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

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

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

R = 77.36%
G = 22.17%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A42F01 (or 0xA42F01) is known color: Rust. HEX triplet: A4, 2F and 01. RGB value is (164,47,1). Sum of RGB (Red+Green+Blue) = 164+47+1=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42F01 is #5BD0FE. Grayscale: #4D4D4D. Windows color (decimal): -6017279 or 77732. OLE color: 77732.

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

Color convert

RGB 164 47 1 -
CMYK 0 0.71 0.99 0.36
HSL 16.93º 0.99% 0.32% -
HSV(B) 16.93º 0.99% 0.64% -
XYZ 16.33 9.93 1.08 -
YUV 76.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 164 47 1 0 0.71 0.99 0.36 16.93 0.99 0.32
Hex A4 2F 1 0 47 63 24 11 63 20
Octal 244 57 1 0 107 143 44 21 143 40
Binary 10100100 101111 1 0 1000111 1100011 100100 10001 1100011 100000

Color Harmonies of #A42F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42F01

Black with #A42F01

Text Example


Text Example

White with #A42F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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