Html Css Color HEX #AF100E Fire Brick

📋 copy color: '#AF100E'

red 175 ◦ green 16 ◦ blue 14

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

Shades of Fire Brick #AF100E

Tints of Fire Brick #AF100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

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

R = 85.37%
G = 7.8%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF100E (or 0xAF100E) is known color: Fire Brick. HEX triplet: AF, 10 and 0E. RGB value is (175,16,14). Sum of RGB (Red+Green+Blue) = 175+16+14=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF100E is #50EFF1. Grayscale: #3F3F3F. Windows color (decimal): -5304306 or 921775. OLE color: 921775.

HSL color Cylindrical-coordinate representation of color #AF100E: hue angle of 0.75º 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 #AF100E is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 14 -
CMYK 0 0.91 0.92 0.31
HSL 0.75º 0.85% 0.37% -
HSV(B) 0.75º 0.92% 0.69% -
XYZ 17.94 9.52 1.31 -
YUV 63.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 175 16 14 0 0.91 0.92 0.31 0.75 0.85 0.37
Hex AF 10 E 0 5B 5C 1F 1 55 25
Octal 257 20 16 0 133 134 37 1 125 45
Binary 10101111 10000 1110 0 1011011 1011100 11111 1 1010101 100101

Color Harmonies of #AF100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF100E

Black with #AF100E

Text Example


Text Example

White with #AF100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF100E; }

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

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

background-color css

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

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

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

border-color css

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

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

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