Html Css Color HEX #AD190C Fire Brick

📋 copy color: '#AD190C'

red 173 ◦ green 25 ◦ blue 12

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

Shades of Fire Brick #AD190C

Tints of Fire Brick #AD190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 82.38%
G = 11.9%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD190C (or 0xAD190C) is known color: Fire Brick. HEX triplet: AD, 19 and 0C. RGB value is (173,25,12). Sum of RGB (Red+Green+Blue) = 173+25+12=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD190C is #52E6F3. Grayscale: #434343. Windows color (decimal): -5433076 or 793005. OLE color: 793005.

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

Color convert

RGB 173 25 12 -
CMYK 0 0.86 0.93 0.32
HSL 4.84º 0.87% 0.36% -
HSV(B) 4.84º 0.93% 0.68% -
XYZ 17.65 9.61 1.27 -
YUV 67.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 173 25 12 0 0.86 0.93 0.32 4.84 0.87 0.36
Hex AD 19 C 0 56 5D 20 5 57 24
Octal 255 31 14 0 126 135 40 5 127 44
Binary 10101101 11001 1100 0 1010110 1011101 100000 101 1010111 100100

Color Harmonies of #AD190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD190C

Black with #AD190C

Text Example


Text Example

White with #AD190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD190C; }

 p { color: rgb(173,25,12); }

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

background-color css

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

 a { background-color: rgb(173,25,12); }

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

border-color css

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

 span { border-color: rgb(173,25,12); }

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