Html Css Color HEX #AD1510 Fire Brick

📋 copy color: '#AD1510'

red 173 ◦ green 21 ◦ blue 16

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

Shades of Fire Brick #AD1510

Tints of Fire Brick #AD1510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 82.38%
G = 10%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD1510 (or 0xAD1510) is known color: Fire Brick. HEX triplet: AD, 15 and 10. RGB value is (173,21,16). Sum of RGB (Red+Green+Blue) = 173+21+16=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1510 is #52EAEF. Grayscale: #424242. Windows color (decimal): -5434096 or 1054125. OLE color: 1054125.

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

Color convert

RGB 173 21 16 -
CMYK 0 0.88 0.91 0.32
HSL 1.91º 0.83% 0.37% -
HSV(B) 1.91º 0.91% 0.68% -
XYZ 17.6 9.46 1.39 -
YUV 65.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 173 21 16 0 0.88 0.91 0.32 1.91 0.83 0.37
Hex AD 15 10 0 58 5B 20 2 53 25
Octal 255 25 20 0 130 133 40 2 123 45
Binary 10101101 10101 10000 0 1011000 1011011 100000 10 1010011 100101

Color Harmonies of #AD1510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1510

Black with #AD1510

Text Example


Text Example

White with #AD1510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1510; }

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

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

background-color css

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

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

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

border-color css

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

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

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