Html Css Color HEX #AD2010 Fire Brick

📋 copy color: '#AD2010'

red 173 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #AD2010

Tints of Fire Brick #AD2010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 78.28%
G = 14.48%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD2010 (or 0xAD2010) is known color: Fire Brick. HEX triplet: AD, 20 and 10. RGB value is (173,32,16). Sum of RGB (Red+Green+Blue) = 173+32+16=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2010 is #52DFEF. Grayscale: #484848. Windows color (decimal): -5431280 or 1056941. OLE color: 1056941.

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

Color convert

RGB 173 32 16 -
CMYK 0 0.82 0.91 0.32
HSL 6.11º 0.83% 0.37% -
HSV(B) 6.11º 0.91% 0.68% -
XYZ 17.84 9.95 1.47 -
YUV 72.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 173 32 16 0 0.82 0.91 0.32 6.11 0.83 0.37
Hex AD 20 10 0 52 5B 20 6 53 25
Octal 255 40 20 0 122 133 40 6 123 45
Binary 10101101 100000 10000 0 1010010 1011011 100000 110 1010011 100101

Color Harmonies of #AD2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2010

Black with #AD2010

Text Example


Text Example

White with #AD2010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2010; }

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

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

background-color css

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

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

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

border-color css

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

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

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