Html Css Color HEX #A43813 Rust

📋 copy color: '#A43813'

red 164 ◦ green 56 ◦ blue 19

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

Shades of Rust #A43813

Tints of Rust #A43813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 68.62%
G = 23.43%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A43813 (or 0xA43813) is known color: Rust. HEX triplet: A4, 38 and 13. RGB value is (164,56,19). Sum of RGB (Red+Green+Blue) = 164+56+19=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A43813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43813 is #5BC7EC. Grayscale: #545454. Windows color (decimal): -6014957 or 1259684. OLE color: 1259684.

HSL color Cylindrical-coordinate representation of color #A43813: hue angle of 15.31º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A43813 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 56 19 -
CMYK 0 0.66 0.88 0.36
HSL 15.31º 0.79% 0.36% -
HSV(B) 15.31º 0.88% 0.64% -
XYZ 16.84 10.77 1.81 -
YUV 84.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 164 56 19 0 0.66 0.88 0.36 15.31 0.79 0.36
Hex A4 38 13 0 42 58 24 F 4F 24
Octal 244 70 23 0 102 130 44 17 117 44
Binary 10100100 111000 10011 0 1000010 1011000 100100 1111 1001111 100100

Color Harmonies of #A43813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43813

Black with #A43813

Text Example


Text Example

White with #A43813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43813; }

 p { color: rgb(164,56,19); }

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

background-color css

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

 a { background-color: rgb(164,56,19); }

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

border-color css

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

 span { border-color: rgb(164,56,19); }

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