Html Css Color HEX #A42300 Rust

📋 copy color: '#A42300'

red 164 ◦ green 35 ◦ blue 0

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

Shades of Rust #A42300

Tints of Rust #A42300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.41%
G = 17.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A42300 (or 0xA42300) is known color: Rust. HEX triplet: A4, 23 and 00. RGB value is (164,35,0). Sum of RGB (Red+Green+Blue) = 164+35+0=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A42300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42300 is #5BDCFF. Grayscale: #454545. Windows color (decimal): -6020352 or 9124. OLE color: 9124.

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

Color convert

RGB 164 35 0 -
CMYK 0 0.79 1 0.36
HSL 12.8º 1% 0.32% -
HSV(B) 12.8º 1% 0.64% -
XYZ 15.91 9.09 0.92 -
YUV 69.58 88.74 195.35 -
System Red Green Blue C M Y K H S L
Decimal 164 35 0 0 0.79 1 0.36 12.8 1 0.32
Hex A4 23 0 0 4F 64 24 D 64 20
Octal 244 43 0 0 117 144 44 15 144 40
Binary 10100100 100011 0 0 1001111 1100100 100100 1101 1100100 100000

Color Harmonies of #A42300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42300

Black with #A42300

Text Example


Text Example

White with #A42300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42300; }

 p { color: rgb(164,35,0); }

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

background-color css

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

 a { background-color: rgb(164,35,0); }

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

border-color css

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

 span { border-color: rgb(164,35,0); }

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