Html Css Color HEX #AF170E Fire Brick

📋 copy color: '#AF170E'

red 175 ◦ green 23 ◦ blue 14

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

Shades of Fire Brick #AF170E

Tints of Fire Brick #AF170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

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

R = 82.55%
G = 10.85%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF170E (or 0xAF170E) is known color: Fire Brick. HEX triplet: AF, 17 and 0E. RGB value is (175,23,14). Sum of RGB (Red+Green+Blue) = 175+23+14=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF170E is #50E8F1. Grayscale: #434343. Windows color (decimal): -5302514 or 923567. OLE color: 923567.

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

Color convert

RGB 175 23 14 -
CMYK 0 0.87 0.92 0.31
HSL 3.35º 0.85% 0.37% -
HSV(B) 3.35º 0.92% 0.69% -
XYZ 18.06 9.76 1.35 -
YUV 67.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 175 23 14 0 0.87 0.92 0.31 3.35 0.85 0.37
Hex AF 17 E 0 57 5C 1F 3 55 25
Octal 257 27 16 0 127 134 37 3 125 45
Binary 10101111 10111 1110 0 1010111 1011100 11111 11 1010101 100101

Color Harmonies of #AF170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF170E

Black with #AF170E

Text Example


Text Example

White with #AF170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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