Html Css Color HEX #AF110E Fire Brick

📋 copy color: '#AF110E'

red 175 ◦ green 17 ◦ blue 14

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

Shades of Fire Brick #AF110E

Tints of Fire Brick #AF110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.8%

R = 84.95%
G = 8.25%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF110E (or 0xAF110E) is known color: Fire Brick. HEX triplet: AF, 11 and 0E. RGB value is (175,17,14). Sum of RGB (Red+Green+Blue) = 175+17+14=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF110E is #50EEF1. Grayscale: #404040. Windows color (decimal): -5304050 or 922031. OLE color: 922031.

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

Color convert

RGB 175 17 14 -
CMYK 0 0.90 0.92 0.31
HSL 1.12º 0.85% 0.37% -
HSV(B) 1.12º 0.92% 0.69% -
XYZ 17.96 9.55 1.31 -
YUV 63.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 175 17 14 0 0.90 0.92 0.31 1.12 0.85 0.37
Hex AF 11 E 0 5A 5C 1F 1 55 25
Octal 257 21 16 0 132 134 37 1 125 45
Binary 10101111 10001 1110 0 1011010 1011100 11111 1 1010101 100101

Color Harmonies of #AF110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF110E

Black with #AF110E

Text Example


Text Example

White with #AF110E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF110E; }

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

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

background-color css

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

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

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

border-color css

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

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

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