Html Css Color HEX #AF1716 Fire Brick

📋 copy color: '#AF1716'

red 175 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #AF1716

Tints of Fire Brick #AF1716

RGB

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

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

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

R = 79.55%
G = 10.45%
B = 10%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF1716 (or 0xAF1716) is known color: Fire Brick. HEX triplet: AF, 17 and 16. RGB value is (175,23,22). Sum of RGB (Red+Green+Blue) = 175+23+22=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1716 is #50E8E9. Grayscale: #444444. Windows color (decimal): -5302506 or 1447855. OLE color: 1447855.

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

Color convert

RGB 175 23 22 -
CMYK 0 0.87 0.87 0.31
HSL 0.39º 0.78% 0.39% -
HSV(B) 0.39º 0.87% 0.69% -
XYZ 18.13 9.78 1.69 -
YUV 68.33 101.86 204.08 -
System Red Green Blue C M Y K H S L
Decimal 175 23 22 0 0.87 0.87 0.31 0.39 0.78 0.39
Hex AF 17 16 0 57 57 1F 0 4E 27
Octal 257 27 26 0 127 127 37 0 116 47
Binary 10101111 10111 10110 0 1010111 1010111 11111 0 1001110 100111

Color Harmonies of #AF1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1716

Black with #AF1716

Text Example


Text Example

White with #AF1716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1716; }

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

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

background-color css

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

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

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

border-color css

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

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

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