Html Css Color HEX #AF2416 Fire Brick

📋 copy color: '#AF2416'

red 175 ◦ green 36 ◦ blue 22

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

Shades of Fire Brick #AF2416

Tints of Fire Brick #AF2416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.45%

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

R = 75.11%
G = 15.45%
B = 9.44%

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

#AF2416 (or 0xAF2416) is known color: Fire Brick. HEX triplet: AF, 24 and 16. RGB value is (175,36,22). Sum of RGB (Red+Green+Blue) = 175+36+22=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2416 is #50DBE9. Grayscale: #4C4C4C. Windows color (decimal): -5299178 or 1451183. OLE color: 1451183.

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

Color convert

RGB 175 36 22 -
CMYK 0 0.79 0.87 0.31
HSL 5.49º 0.78% 0.39% -
HSV(B) 5.49º 0.87% 0.69% -
XYZ 18.45 10.43 1.8 -
YUV 75.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 175 36 22 0 0.79 0.87 0.31 5.49 0.78 0.39
Hex AF 24 16 0 4F 57 1F 5 4E 27
Octal 257 44 26 0 117 127 37 5 116 47
Binary 10101111 100100 10110 0 1001111 1010111 11111 101 1001110 100111

Color Harmonies of #AF2416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2416

Black with #AF2416

Text Example


Text Example

White with #AF2416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2416; }

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

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

background-color css

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

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

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

border-color css

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

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

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