Html Css Color HEX #A43B13 Rust

📋 copy color: '#A43B13'

red 164 ◦ green 59 ◦ blue 19

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

Shades of Rust #A43B13

Tints of Rust #A43B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

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

R = 67.77%
G = 24.38%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A43B13 (or 0xA43B13) is known color: Rust. HEX triplet: A4, 3B and 13. RGB value is (164,59,19). Sum of RGB (Red+Green+Blue) = 164+59+19=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43B13 is #5BC4EC. Grayscale: #565656. Windows color (decimal): -6014189 or 1260452. OLE color: 1260452.

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

Color convert

RGB 164 59 19 -
CMYK 0 0.64 0.88 0.36
HSL 16.55º 0.79% 0.36% -
HSV(B) 16.55º 0.88% 0.64% -
XYZ 16.99 11.07 1.86 -
YUV 85.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 164 59 19 0 0.64 0.88 0.36 16.55 0.79 0.36
Hex A4 3B 13 0 40 58 24 11 4F 24
Octal 244 73 23 0 100 130 44 21 117 44
Binary 10100100 111011 10011 0 1000000 1011000 100100 10001 1001111 100100

Color Harmonies of #A43B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43B13

Black with #A43B13

Text Example


Text Example

White with #A43B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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