Html Css Color HEX #A43316 Rust

📋 copy color: '#A43316'

red 164 ◦ green 51 ◦ blue 22

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

Shades of Rust #A43316

Tints of Rust #A43316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 69.2%
G = 21.52%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A43316 (or 0xA43316) is known color: Rust. HEX triplet: A4, 33 and 16. RGB value is (164,51,22). Sum of RGB (Red+Green+Blue) = 164+51+22=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A43316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43316 is #5BCCE9. Grayscale: #515151. Windows color (decimal): -6016234 or 1455012. OLE color: 1455012.

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

Color convert

RGB 164 51 22 -
CMYK 0 0.69 0.87 0.36
HSL 12.25º 0.76% 0.36% -
HSV(B) 12.25º 0.87% 0.64% -
XYZ 16.64 10.32 1.87 -
YUV 81.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 164 51 22 0 0.69 0.87 0.36 12.25 0.76 0.36
Hex A4 33 16 0 45 57 24 C 4C 24
Octal 244 63 26 0 105 127 44 14 114 44
Binary 10100100 110011 10110 0 1000101 1010111 100100 1100 1001100 100100

Color Harmonies of #A43316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43316

Black with #A43316

Text Example


Text Example

White with #A43316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43316; }

 p { color: rgb(164,51,22); }

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

background-color css

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

 a { background-color: rgb(164,51,22); }

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

border-color css

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

 span { border-color: rgb(164,51,22); }

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