Html Css Color HEX #A43812 Rust

📋 copy color: '#A43812'

red 164 ◦ green 56 ◦ blue 18

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

Shades of Rust #A43812

Tints of Rust #A43812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 68.91%
G = 23.53%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A43812 (or 0xA43812) is known color: Rust. HEX triplet: A4, 38 and 12. RGB value is (164,56,18). Sum of RGB (Red+Green+Blue) = 164+56+18=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A43812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43812 is #5BC7ED. Grayscale: #545454. Windows color (decimal): -6014958 or 1194148. OLE color: 1194148.

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

Color convert

RGB 164 56 18 -
CMYK 0 0.66 0.89 0.36
HSL 15.62º 0.8% 0.36% -
HSV(B) 15.62º 0.89% 0.64% -
XYZ 16.83 10.76 1.76 -
YUV 83.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 164 56 18 0 0.66 0.89 0.36 15.62 0.8 0.36
Hex A4 38 12 0 42 59 24 10 50 24
Octal 244 70 22 0 102 131 44 20 120 44
Binary 10100100 111000 10010 0 1000010 1011001 100100 10000 1010000 100100

Color Harmonies of #A43812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43812

Black with #A43812

Text Example


Text Example

White with #A43812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43812; }

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

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

background-color css

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

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

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

border-color css

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

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

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