Html Css Color HEX #AD1B10 Fire Brick

📋 copy color: '#AD1B10'

red 173 ◦ green 27 ◦ blue 16

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

Shades of Fire Brick #AD1B10

Tints of Fire Brick #AD1B10

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.5%

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

R = 80.09%
G = 12.5%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD1B10 (or 0xAD1B10) is known color: Fire Brick. HEX triplet: AD, 1B and 10. RGB value is (173,27,16). Sum of RGB (Red+Green+Blue) = 173+27+16=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B10 is #52E4EF. Grayscale: #454545. Windows color (decimal): -5432560 or 1055661. OLE color: 1055661.

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

Color convert

RGB 173 27 16 -
CMYK 0 0.84 0.91 0.32
HSL 4.2º 0.83% 0.37% -
HSV(B) 4.2º 0.91% 0.68% -
XYZ 17.72 9.71 1.43 -
YUV 69.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 173 27 16 0 0.84 0.91 0.32 4.2 0.83 0.37
Hex AD 1B 10 0 54 5B 20 4 53 25
Octal 255 33 20 0 124 133 40 4 123 45
Binary 10101101 11011 10000 0 1010100 1011011 100000 100 1010011 100101

Color Harmonies of #AD1B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B10

Black with #AD1B10

Text Example


Text Example

White with #AD1B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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