Html Css Color HEX #AF2516 Fire Brick

📋 copy color: '#AF2516'

red 175 ◦ green 37 ◦ blue 22

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

Shades of Fire Brick #AF2516

Tints of Fire Brick #AF2516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 22 (8.98% from 255) = 9.4%

R = 74.79%
G = 15.81%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF2516 (or 0xAF2516) is known color: Fire Brick. HEX triplet: AF, 25 and 16. RGB value is (175,37,22). Sum of RGB (Red+Green+Blue) = 175+37+22=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2516 is #50DAE9. Grayscale: #4C4C4C. Windows color (decimal): -5298922 or 1451439. OLE color: 1451439.

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

Color convert

RGB 175 37 22 -
CMYK 0 0.79 0.87 0.31
HSL 5.88º 0.78% 0.39% -
HSV(B) 5.88º 0.87% 0.69% -
XYZ 18.49 10.5 1.81 -
YUV 76.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 175 37 22 0 0.79 0.87 0.31 5.88 0.78 0.39
Hex AF 25 16 0 4F 57 1F 6 4E 27
Octal 257 45 26 0 117 127 37 6 116 47
Binary 10101111 100101 10110 0 1001111 1010111 11111 110 1001110 100111

Color Harmonies of #AF2516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2516

Black with #AF2516

Text Example


Text Example

White with #AF2516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2516; }

 p { color: rgb(175,37,22); }

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

background-color css

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

 a { background-color: rgb(175,37,22); }

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

border-color css

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

 span { border-color: rgb(175,37,22); }

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