Html Css Color HEX #AD2B03 Rust

📋 copy color: '#AD2B03'

red 173 ◦ green 43 ◦ blue 3

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

Shades of Rust #AD2B03

Tints of Rust #AD2B03

RGB

 RED value IS 173 (67.97% from 255) = 79%

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

 BLUE value IS 3 (1.56% from 255) = 1.37%

R = 79%
G = 19.63%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD2B03 (or 0xAD2B03) is known color: Rust. HEX triplet: AD, 2B and 03. RGB value is (173,43,3). Sum of RGB (Red+Green+Blue) = 173+43+3=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B03 is #52D4FC. Grayscale: #4D4D4D. Windows color (decimal): -5428477 or 207789. OLE color: 207789.

HSL color Cylindrical-coordinate representation of color #AD2B03: hue angle of 14.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD2B03 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 43 3 -
CMYK 0 0.75 0.98 0.32
HSL 14.12º 0.97% 0.35% -
HSV(B) 14.12º 0.98% 0.68% -
XYZ 18.11 10.62 1.18 -
YUV 77.31 86.07 196.25 -
System Red Green Blue C M Y K H S L
Decimal 173 43 3 0 0.75 0.98 0.32 14.12 0.97 0.35
Hex AD 2B 3 0 4B 62 20 E 61 23
Octal 255 53 3 0 113 142 40 16 141 43
Binary 10101101 101011 11 0 1001011 1100010 100000 1110 1100001 100011

Color Harmonies of #AD2B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B03

Black with #AD2B03

Text Example


Text Example

White with #AD2B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B03; }

 p { color: rgb(173,43,3); }

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

background-color css

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

 a { background-color: rgb(173,43,3); }

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

border-color css

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

 span { border-color: rgb(173,43,3); }

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