Html Css Color HEX #AD2003 Fire Brick

📋 copy color: '#AD2003'

red 173 ◦ green 32 ◦ blue 3

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

Shades of Fire Brick #AD2003

Tints of Fire Brick #AD2003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

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

R = 83.17%
G = 15.38%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD2003 (or 0xAD2003) is known color: Fire Brick. HEX triplet: AD, 20 and 03. RGB value is (173,32,3). Sum of RGB (Red+Green+Blue) = 173+32+3=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2003 is #52DFFC. Grayscale: #474747. Windows color (decimal): -5431293 or 204973. OLE color: 204973.

HSL color Cylindrical-coordinate representation of color #AD2003: hue angle of 10.24º 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 #AD2003 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 3 -
CMYK 0 0.82 0.98 0.32
HSL 10.24º 0.97% 0.35% -
HSV(B) 10.24º 0.98% 0.68% -
XYZ 17.77 9.92 1.07 -
YUV 70.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 173 32 3 0 0.82 0.98 0.32 10.24 0.97 0.35
Hex AD 20 3 0 52 62 20 A 61 23
Octal 255 40 3 0 122 142 40 12 141 43
Binary 10101101 100000 11 0 1010010 1100010 100000 1010 1100001 100011

Color Harmonies of #AD2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2003

Black with #AD2003

Text Example


Text Example

White with #AD2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2003; }

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

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

background-color css

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

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

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

border-color css

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

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

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