Html Css Color HEX #AF2017 Fire Brick

📋 copy color: '#AF2017'

red 175 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #AF2017

Tints of Fire Brick #AF2017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 23 (9.38% from 255) = 10%

R = 76.09%
G = 13.91%
B = 10%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF2017 (or 0xAF2017) is known color: Fire Brick. HEX triplet: AF, 20 and 17. RGB value is (175,32,23). Sum of RGB (Red+Green+Blue) = 175+32+23=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2017 is #50DFE8. Grayscale: #494949. Windows color (decimal): -5300201 or 1515695. OLE color: 1515695.

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

Color convert

RGB 175 32 23 -
CMYK 0 0.82 0.87 0.31
HSL 3.55º 0.77% 0.39% -
HSV(B) 3.55º 0.87% 0.69% -
XYZ 18.35 10.21 1.81 -
YUV 73.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 175 32 23 0 0.82 0.87 0.31 3.55 0.77 0.39
Hex AF 20 17 0 52 57 1F 4 4D 27
Octal 257 40 27 0 122 127 37 4 115 47
Binary 10101111 100000 10111 0 1010010 1010111 11111 100 1001101 100111

Color Harmonies of #AF2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2017

Black with #AF2017

Text Example


Text Example

White with #AF2017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2017; }

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

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

background-color css

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

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

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

border-color css

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

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

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