Html Css Color HEX #AD130C Fire Brick

📋 copy color: '#AD130C'

red 173 ◦ green 19 ◦ blue 12

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

Shades of Fire Brick #AD130C

Tints of Fire Brick #AD130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

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

R = 84.8%
G = 9.31%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD130C (or 0xAD130C) is known color: Fire Brick. HEX triplet: AD, 13 and 0C. RGB value is (173,19,12). Sum of RGB (Red+Green+Blue) = 173+19+12=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD130C is #52ECF3. Grayscale: #404040. Windows color (decimal): -5434612 or 791469. OLE color: 791469.

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

Color convert

RGB 173 19 12 -
CMYK 0 0.89 0.93 0.32
HSL 2.61º 0.87% 0.36% -
HSV(B) 2.61º 0.93% 0.68% -
XYZ 17.53 9.38 1.23 -
YUV 64.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 173 19 12 0 0.89 0.93 0.32 2.61 0.87 0.36
Hex AD 13 C 0 59 5D 20 3 57 24
Octal 255 23 14 0 131 135 40 3 127 44
Binary 10101101 10011 1100 0 1011001 1011101 100000 11 1010111 100100

Color Harmonies of #AD130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD130C

Black with #AD130C

Text Example


Text Example

White with #AD130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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