Html Css Color HEX #AF2E17 Fire Brick

📋 copy color: '#AF2E17'

red 175 ◦ green 46 ◦ blue 23

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

Shades of Fire Brick #AF2E17

Tints of Fire Brick #AF2E17

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.85%

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

R = 71.72%
G = 18.85%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF2E17 (or 0xAF2E17) is known color: Fire Brick. HEX triplet: AF, 2E and 17. RGB value is (175,46,23). Sum of RGB (Red+Green+Blue) = 175+46+23=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2E17 is #50D1E8. Grayscale: #525252. Windows color (decimal): -5296617 or 1519279. OLE color: 1519279.

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

Color convert

RGB 175 46 23 -
CMYK 0 0.74 0.87 0.31
HSL 9.08º 0.77% 0.39% -
HSV(B) 9.08º 0.87% 0.69% -
XYZ 18.81 11.13 1.97 -
YUV 81.95 94.74 194.37 -
System Red Green Blue C M Y K H S L
Decimal 175 46 23 0 0.74 0.87 0.31 9.08 0.77 0.39
Hex AF 2E 17 0 4A 57 1F 9 4D 27
Octal 257 56 27 0 112 127 37 11 115 47
Binary 10101111 101110 10111 0 1001010 1010111 11111 1001 1001101 100111

Color Harmonies of #AF2E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E17

Black with #AF2E17

Text Example


Text Example

White with #AF2E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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