Html Css Color HEX #AF110D Fire Brick

📋 copy color: '#AF110D'

red 175 ◦ green 17 ◦ blue 13

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

Shades of Fire Brick #AF110D

Tints of Fire Brick #AF110D

RGB

 RED value IS 175 (68.75% from 255) = 85.37%

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 13 (5.47% from 255) = 6.34%

R = 85.37%
G = 8.29%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF110D (or 0xAF110D) is known color: Fire Brick. HEX triplet: AF, 11 and 0D. RGB value is (175,17,13). Sum of RGB (Red+Green+Blue) = 175+17+13=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF110D is #50EEF2. Grayscale: #3F3F3F. Windows color (decimal): -5304051 or 856495. OLE color: 856495.

HSL color Cylindrical-coordinate representation of color #AF110D: hue angle of 1.48º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF110D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 13 -
CMYK 0 0.90 0.93 0.31
HSL 1.48º 0.86% 0.37% -
HSV(B) 1.48º 0.93% 0.69% -
XYZ 17.95 9.54 1.28 -
YUV 63.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 175 17 13 0 0.90 0.93 0.31 1.48 0.86 0.37
Hex AF 11 D 0 5A 5D 1F 1 56 25
Octal 257 21 15 0 132 135 37 1 126 45
Binary 10101111 10001 1101 0 1011010 1011101 11111 1 1010110 100101

Color Harmonies of #AF110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF110D

Black with #AF110D

Text Example


Text Example

White with #AF110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF110D; }

 p { color: rgb(175,17,13); }

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

background-color css

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

 a { background-color: rgb(175,17,13); }

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

border-color css

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

 span { border-color: rgb(175,17,13); }

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