Html Css Color HEX #AF170F Fire Brick

📋 copy color: '#AF170F'

red 175 ◦ green 23 ◦ blue 15

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

Shades of Fire Brick #AF170F

Tints of Fire Brick #AF170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 82.16%
G = 10.8%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF170F (or 0xAF170F) is known color: Fire Brick. HEX triplet: AF, 17 and 0F. RGB value is (175,23,15). Sum of RGB (Red+Green+Blue) = 175+23+15=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF170F is #50E8F0. Grayscale: #434343. Windows color (decimal): -5302513 or 989103. OLE color: 989103.

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

Color convert

RGB 175 23 15 -
CMYK 0 0.87 0.91 0.31
HSL 0.84% 0.37% -
HSV(B) 0.91% 0.69% -
XYZ 18.07 9.76 1.38 -
YUV 67.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 175 23 15 0 0.87 0.91 0.31 3 0.84 0.37
Hex AF 17 F 0 57 5B 1F 3 54 25
Octal 257 27 17 0 127 133 37 3 124 45
Binary 10101111 10111 1111 0 1010111 1011011 11111 11 1010100 100101

Color Harmonies of #AF170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF170F

Black with #AF170F

Text Example


Text Example

White with #AF170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF170F; }

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

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

background-color css

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

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

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

border-color css

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

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

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