Html Css Color HEX #A42B0D Rust

📋 copy color: '#A42B0D'

red 164 ◦ green 43 ◦ blue 13

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

Shades of Rust #A42B0D

Tints of Rust #A42B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 74.55%
G = 19.55%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A42B0D (or 0xA42B0D) is known color: Rust. HEX triplet: A4, 2B and 0D. RGB value is (164,43,13). Sum of RGB (Red+Green+Blue) = 164+43+13=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42B0D is #5BD4F2. Grayscale: #4C4C4C. Windows color (decimal): -6018291 or 863140. OLE color: 863140.

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

Color convert

RGB 164 43 13 -
CMYK 0 0.74 0.92 0.36
HSL 11.92º 0.85% 0.35% -
HSV(B) 11.92º 0.92% 0.64% -
XYZ 16.25 9.65 1.39 -
YUV 75.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 164 43 13 0 0.74 0.92 0.36 11.92 0.85 0.35
Hex A4 2B D 0 4A 5C 24 C 55 23
Octal 244 53 15 0 112 134 44 14 125 43
Binary 10100100 101011 1101 0 1001010 1011100 100100 1100 1010101 100011

Color Harmonies of #A42B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42B0D

Black with #A42B0D

Text Example


Text Example

White with #A42B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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