Html Css Color HEX #AF170C Fire Brick

📋 copy color: '#AF170C'

red 175 ◦ green 23 ◦ blue 12

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

Shades of Fire Brick #AF170C

Tints of Fire Brick #AF170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 83.33%
G = 10.95%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF170C (or 0xAF170C) is known color: Fire Brick. HEX triplet: AF, 17 and 0C. RGB value is (175,23,12). Sum of RGB (Red+Green+Blue) = 175+23+12=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF170C is #50E8F3. Grayscale: #434343. Windows color (decimal): -5302516 or 792495. OLE color: 792495.

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

Color convert

RGB 175 23 12 -
CMYK 0 0.87 0.93 0.31
HSL 4.05º 0.87% 0.37% -
HSV(B) 4.05º 0.93% 0.69% -
XYZ 18.05 9.75 1.28 -
YUV 67.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 175 23 12 0 0.87 0.93 0.31 4.05 0.87 0.37
Hex AF 17 C 0 57 5D 1F 4 57 25
Octal 257 27 14 0 127 135 37 4 127 45
Binary 10101111 10111 1100 0 1010111 1011101 11111 100 1010111 100101

Color Harmonies of #AF170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF170C

Black with #AF170C

Text Example


Text Example

White with #AF170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF170C; }

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

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

background-color css

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

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

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

border-color css

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

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

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