Html Css Color HEX #AD1B14 Fire Brick

📋 copy color: '#AD1B14'

red 173 ◦ green 27 ◦ blue 20

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

Shades of Fire Brick #AD1B14

Tints of Fire Brick #AD1B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 78.64%
G = 12.27%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD1B14 (or 0xAD1B14) is known color: Fire Brick. HEX triplet: AD, 1B and 14. RGB value is (173,27,20). Sum of RGB (Red+Green+Blue) = 173+27+20=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B14 is #52E4EB. Grayscale: #464646. Windows color (decimal): -5432556 or 1317805. OLE color: 1317805.

HSL color Cylindrical-coordinate representation of color #AD1B14: hue angle of 2.75º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1B14 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 27 20 -
CMYK 0 0.84 0.88 0.32
HSL 2.75º 0.79% 0.38% -
HSV(B) 2.75º 0.88% 0.68% -
XYZ 17.75 9.72 1.6 -
YUV 69.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 173 27 20 0 0.84 0.88 0.32 2.75 0.79 0.38
Hex AD 1B 14 0 54 58 20 3 4F 26
Octal 255 33 24 0 124 130 40 3 117 46
Binary 10101101 11011 10100 0 1010100 1011000 100000 11 1001111 100110

Color Harmonies of #AD1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B14

Black with #AD1B14

Text Example


Text Example

White with #AD1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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