Html Css Color HEX #AF1813 Fire Brick

📋 copy color: '#AF1813'

red 175 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #AF1813

Tints of Fire Brick #AF1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 80.28%
G = 11.01%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF1813 (or 0xAF1813) is known color: Fire Brick. HEX triplet: AF, 18 and 13. RGB value is (175,24,19). Sum of RGB (Red+Green+Blue) = 175+24+19=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1813 is #50E7EC. Grayscale: #444444. Windows color (decimal): -5302253 or 1251503. OLE color: 1251503.

HSL color Cylindrical-coordinate representation of color #AF1813: hue angle of 1.92º degrees, saturation: 0.8, 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 #AF1813 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 19 -
CMYK 0 0.86 0.89 0.31
HSL 1.92º 0.8% 0.38% -
HSV(B) 1.92º 0.89% 0.69% -
XYZ 18.12 9.81 1.56 -
YUV 68.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 175 24 19 0 0.86 0.89 0.31 1.92 0.8 0.38
Hex AF 18 13 0 56 59 1F 2 50 26
Octal 257 30 23 0 126 131 37 2 120 46
Binary 10101111 11000 10011 0 1010110 1011001 11111 10 1010000 100110

Color Harmonies of #AF1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1813

Black with #AF1813

Text Example


Text Example

White with #AF1813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1813; }

 p { color: rgb(175,24,19); }

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

background-color css

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

 a { background-color: rgb(175,24,19); }

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

border-color css

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

 span { border-color: rgb(175,24,19); }

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