Html Css Color HEX #AF1614 Fire Brick

📋 copy color: '#AF1614'

red 175 ◦ green 22 ◦ blue 20

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

Shades of Fire Brick #AF1614

Tints of Fire Brick #AF1614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.14%

 BLUE value IS 20 (8.2% from 255) = 9.22%

R = 80.65%
G = 10.14%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF1614 (or 0xAF1614) is known color: Fire Brick. HEX triplet: AF, 16 and 14. RGB value is (175,22,20). Sum of RGB (Red+Green+Blue) = 175+22+20=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1614 is #50E9EB. Grayscale: #434343. Windows color (decimal): -5302764 or 1316527. OLE color: 1316527.

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

Color convert

RGB 175 22 20 -
CMYK 0 0.87 0.89 0.31
HSL 0.77º 0.79% 0.38% -
HSV(B) 0.77º 0.89% 0.69% -
XYZ 18.09 9.74 1.59 -
YUV 67.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 175 22 20 0 0.87 0.89 0.31 0.77 0.79 0.38
Hex AF 16 14 0 57 59 1F 1 4F 26
Octal 257 26 24 0 127 131 37 1 117 46
Binary 10101111 10110 10100 0 1010111 1011001 11111 1 1001111 100110

Color Harmonies of #AF1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1614

Black with #AF1614

Text Example


Text Example

White with #AF1614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1614; }

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

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

background-color css

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

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

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

border-color css

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

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

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