Html Css Color HEX #AD2001 Fire Brick

📋 copy color: '#AD2001'

red 173 ◦ green 32 ◦ blue 1

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

Shades of Fire Brick #AD2001

Tints of Fire Brick #AD2001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 83.98%
G = 15.53%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD2001 (or 0xAD2001) is known color: Fire Brick. HEX triplet: AD, 20 and 01. RGB value is (173,32,1). Sum of RGB (Red+Green+Blue) = 173+32+1=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2001 is #52DFFE. Grayscale: #464646. Windows color (decimal): -5431295 or 73901. OLE color: 73901.

HSL color Cylindrical-coordinate representation of color #AD2001: hue angle of 10.81º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD2001 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 1 -
CMYK 0 0.82 0.99 0.32
HSL 10.81º 0.99% 0.34% -
HSV(B) 10.81º 0.99% 0.68% -
XYZ 17.76 9.92 1.01 -
YUV 70.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 173 32 1 0 0.82 0.99 0.32 10.81 0.99 0.34
Hex AD 20 1 0 52 63 20 B 63 22
Octal 255 40 1 0 122 143 40 13 143 42
Binary 10101101 100000 1 0 1010010 1100011 100000 1011 1100011 100010

Color Harmonies of #AD2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2001

Black with #AD2001

Text Example


Text Example

White with #AD2001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2001; }

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

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

background-color css

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

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

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

border-color css

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

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

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