Html Css Color HEX #A42B0E Rust

📋 copy color: '#A42B0E'

red 164 ◦ green 43 ◦ blue 14

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

Shades of Rust #A42B0E

Tints of Rust #A42B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.46%

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 74.21%
G = 19.46%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A42B0E (or 0xA42B0E) is known color: Rust. HEX triplet: A4, 2B and 0E. RGB value is (164,43,14). Sum of RGB (Red+Green+Blue) = 164+43+14=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42B0E is #5BD4F1. Grayscale: #4C4C4C. Windows color (decimal): -6018290 or 928676. OLE color: 928676.

HSL color Cylindrical-coordinate representation of color #A42B0E: hue angle of 11.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A42B0E is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 43 14 -
CMYK 0 0.74 0.91 0.36
HSL 11.6º 0.84% 0.35% -
HSV(B) 11.6º 0.91% 0.64% -
XYZ 16.25 9.65 1.42 -
YUV 75.87 93.09 190.86 -
System Red Green Blue C M Y K H S L
Decimal 164 43 14 0 0.74 0.91 0.36 11.6 0.84 0.35
Hex A4 2B E 0 4A 5B 24 C 54 23
Octal 244 53 16 0 112 133 44 14 124 43
Binary 10100100 101011 1110 0 1001010 1011011 100100 1100 1010100 100011

Color Harmonies of #A42B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42B0E

Black with #A42B0E

Text Example


Text Example

White with #A42B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42B0E; }

 p { color: rgb(164,43,14); }

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

background-color css

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

 a { background-color: rgb(164,43,14); }

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

border-color css

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

 span { border-color: rgb(164,43,14); }

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