Html Css Color HEX #AD1B17 Fire Brick

📋 copy color: '#AD1B17'

red 173 ◦ green 27 ◦ blue 23

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

Shades of Fire Brick #AD1B17

Tints of Fire Brick #AD1B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.31%

R = 77.58%
G = 12.11%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD1B17 (or 0xAD1B17) is known color: Fire Brick. HEX triplet: AD, 1B and 17. RGB value is (173,27,23). Sum of RGB (Red+Green+Blue) = 173+27+23=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B17 is #52E4E8. Grayscale: #464646. Windows color (decimal): -5432553 or 1514413. OLE color: 1514413.

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

Color convert

RGB 173 27 23 -
CMYK 0 0.84 0.87 0.32
HSL 1.6º 0.77% 0.38% -
HSV(B) 1.6º 0.87% 0.68% -
XYZ 17.78 9.73 1.75 -
YUV 70.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 173 27 23 0 0.84 0.87 0.32 1.6 0.77 0.38
Hex AD 1B 17 0 54 57 20 2 4D 26
Octal 255 33 27 0 124 127 40 2 115 46
Binary 10101101 11011 10111 0 1010100 1010111 100000 10 1001101 100110

Color Harmonies of #AD1B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B17

Black with #AD1B17

Text Example


Text Example

White with #AD1B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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