Html Css Color HEX #AF170B Fire Brick

📋 copy color: '#AF170B'

red 175 ◦ green 23 ◦ blue 11

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

Shades of Fire Brick #AF170B

Tints of Fire Brick #AF170B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 83.73%
G = 11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF170B (or 0xAF170B) is known color: Fire Brick. HEX triplet: AF, 17 and 0B. RGB value is (175,23,11). Sum of RGB (Red+Green+Blue) = 175+23+11=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF170B is #50E8F4. Grayscale: #434343. Windows color (decimal): -5302517 or 726959. OLE color: 726959.

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

Color convert

RGB 175 23 11 -
CMYK 0 0.87 0.94 0.31
HSL 4.39º 0.88% 0.36% -
HSV(B) 4.39º 0.94% 0.69% -
XYZ 18.05 9.75 1.25 -
YUV 67.08 96.36 204.98 -
System Red Green Blue C M Y K H S L
Decimal 175 23 11 0 0.87 0.94 0.31 4.39 0.88 0.36
Hex AF 17 B 0 57 5E 1F 4 58 24
Octal 257 27 13 0 127 136 37 4 130 44
Binary 10101111 10111 1011 0 1010111 1011110 11111 100 1011000 100100

Color Harmonies of #AF170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF170B

Black with #AF170B

Text Example


Text Example

White with #AF170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF170B; }

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

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

background-color css

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

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

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

border-color css

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

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

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