Html Css Color HEX #A42807 Rust

📋 copy color: '#A42807'

red 164 ◦ green 40 ◦ blue 7

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

Shades of Rust #A42807

Tints of Rust #A42807

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 7 (3.13% from 255) = 3.32%

R = 77.73%
G = 18.96%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A42807 (or 0xA42807) is known color: Rust. HEX triplet: A4, 28 and 07. RGB value is (164,40,7). Sum of RGB (Red+Green+Blue) = 164+40+7=211 (27% of max value = 765). Red value is 164 (64.45% from 255 or 77.73% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 164 - color contains mainly: red. Hex color #A42807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42807 is #5BD7F8. Grayscale: #494949. Windows color (decimal): -6019065 or 469156. OLE color: 469156.

HSL color Cylindrical-coordinate representation of color #A42807: hue angle of 12.61º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A42807 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 40 7 -
CMYK 0 0.76 0.96 0.36
HSL 12.61º 0.92% 0.34% -
HSV(B) 12.61º 0.96% 0.64% -
XYZ 16.11 9.43 1.17 -
YUV 73.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 164 40 7 0 0.76 0.96 0.36 12.61 0.92 0.34
Hex A4 28 7 0 4C 60 24 D 5C 22
Octal 244 50 7 0 114 140 44 15 134 42
Binary 10100100 101000 111 0 1001100 1100000 100100 1101 1011100 100010

Color Harmonies of #A42807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42807

Black with #A42807

Text Example


Text Example

White with #A42807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42807; }

 p { color: rgb(164,40,7); }

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

background-color css

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

 a { background-color: rgb(164,40,7); }

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

border-color css

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

 span { border-color: rgb(164,40,7); }

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