Html Css Color HEX #A43008 Rust

📋 copy color: '#A43008'

red 164 ◦ green 48 ◦ blue 8

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

Shades of Rust #A43008

Tints of Rust #A43008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

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

R = 74.55%
G = 21.82%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A43008 (or 0xA43008) is known color: Rust. HEX triplet: A4, 30 and 08. RGB value is (164,48,8). Sum of RGB (Red+Green+Blue) = 164+48+8=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A43008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43008 is #5BCFF7. Grayscale: #4E4E4E. Windows color (decimal): -6017016 or 536740. OLE color: 536740.

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

Color convert

RGB 164 48 8 -
CMYK 0 0.71 0.95 0.36
HSL 15.38º 0.91% 0.34% -
HSV(B) 15.38º 0.95% 0.64% -
XYZ 16.41 10.02 1.3 -
YUV 78.12 88.43 189.25 -
System Red Green Blue C M Y K H S L
Decimal 164 48 8 0 0.71 0.95 0.36 15.38 0.91 0.34
Hex A4 30 8 0 47 5F 24 F 5B 22
Octal 244 60 10 0 107 137 44 17 133 42
Binary 10100100 110000 1000 0 1000111 1011111 100100 1111 1011011 100010

Color Harmonies of #A43008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43008

Black with #A43008

Text Example


Text Example

White with #A43008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43008; }

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

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

background-color css

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

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

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

border-color css

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

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

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