Html Css Color HEX #AD1B18 Fire Brick

📋 copy color: '#AD1B18'

red 173 ◦ green 27 ◦ blue 24

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

Shades of Fire Brick #AD1B18

Tints of Fire Brick #AD1B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 77.23%
G = 12.05%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD1B18 (or 0xAD1B18) is known color: Fire Brick. HEX triplet: AD, 1B and 18. RGB value is (173,27,24). Sum of RGB (Red+Green+Blue) = 173+27+24=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B18 is #52E4E7. Grayscale: #464646. Windows color (decimal): -5432552 or 1579949. OLE color: 1579949.

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

Color convert

RGB 173 27 24 -
CMYK 0 0.84 0.86 0.32
HSL 1.21º 0.76% 0.39% -
HSV(B) 1.21º 0.86% 0.68% -
XYZ 17.79 9.73 1.81 -
YUV 70.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 173 27 24 0 0.84 0.86 0.32 1.21 0.76 0.39
Hex AD 1B 18 0 54 56 20 1 4C 27
Octal 255 33 30 0 124 126 40 1 114 47
Binary 10101101 11011 11000 0 1010100 1010110 100000 1 1001100 100111

Color Harmonies of #AD1B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B18

Black with #AD1B18

Text Example


Text Example

White with #AD1B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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