Html Css Color HEX #A42908 Rust

📋 copy color: '#A42908'

red 164 ◦ green 41 ◦ blue 8

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

Shades of Rust #A42908

Tints of Rust #A42908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.76%

R = 77%
G = 19.25%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A42908 (or 0xA42908) is known color: Rust. HEX triplet: A4, 29 and 08. RGB value is (164,41,8). Sum of RGB (Red+Green+Blue) = 164+41+8=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A42908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42908 is #5BD6F7. Grayscale: #4A4A4A. Windows color (decimal): -6018808 or 534948. OLE color: 534948.

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

Color convert

RGB 164 41 8 -
CMYK 0 0.75 0.95 0.36
HSL 12.69º 0.91% 0.34% -
HSV(B) 12.69º 0.95% 0.64% -
XYZ 16.15 9.5 1.21 -
YUV 74.02 90.75 192.18 -
System Red Green Blue C M Y K H S L
Decimal 164 41 8 0 0.75 0.95 0.36 12.69 0.91 0.34
Hex A4 29 8 0 4B 5F 24 D 5B 22
Octal 244 51 10 0 113 137 44 15 133 42
Binary 10100100 101001 1000 0 1001011 1011111 100100 1101 1011011 100010

Color Harmonies of #A42908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42908

Black with #A42908

Text Example


Text Example

White with #A42908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42908; }

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

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

background-color css

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

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

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

border-color css

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

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

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