Html Css Color HEX #AD1010 Fire Brick

📋 copy color: '#AD1010'

red 173 ◦ green 16 ◦ blue 16

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

Shades of Fire Brick #AD1010

Tints of Fire Brick #AD1010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

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

R = 84.39%
G = 7.8%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD1010 (or 0xAD1010) is known color: Fire Brick. HEX triplet: AD, 10 and 10. RGB value is (173,16,16). Sum of RGB (Red+Green+Blue) = 173+16+16=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1010 is #52EFEF. Grayscale: #3F3F3F. Windows color (decimal): -5435376 or 1052845. OLE color: 1052845.

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

Color convert

RGB 173 16 16 -
CMYK 0 0.91 0.91 0.32
HSL 0.83% 0.37% -
HSV(B) 0.91% 0.68% -
XYZ 17.51 9.29 1.36 -
YUV 62.94 101.51 206.5 -
System Red Green Blue C M Y K H S L
Decimal 173 16 16 0 0.91 0.91 0.32 0 0.83 0.37
Hex AD 10 10 0 5B 5B 20 0 53 25
Octal 255 20 20 0 133 133 40 0 123 45
Binary 10101101 10000 10000 0 1011011 1011011 100000 0 1010011 100101

Color Harmonies of #AD1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1010

Black with #AD1010

Text Example


Text Example

White with #AD1010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1010; }

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

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

background-color css

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

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

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

border-color css

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

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

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