Html Css Color HEX #AF2118 Fire Brick

📋 copy color: '#AF2118'

red 175 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #AF2118

Tints of Fire Brick #AF2118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

 BLUE value IS 24 (9.77% from 255) = 10.34%

R = 75.43%
G = 14.22%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF2118 (or 0xAF2118) is known color: Fire Brick. HEX triplet: AF, 21 and 18. RGB value is (175,33,24). Sum of RGB (Red+Green+Blue) = 175+33+24=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2118 is #50DEE7. Grayscale: #4A4A4A. Windows color (decimal): -5299944 or 1581487. OLE color: 1581487.

HSL color Cylindrical-coordinate representation of color #AF2118: hue angle of 3.58º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF2118 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 24 -
CMYK 0 0.81 0.86 0.31
HSL 3.58º 0.76% 0.39% -
HSV(B) 3.58º 0.86% 0.69% -
XYZ 18.39 10.27 1.88 -
YUV 74.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 175 33 24 0 0.81 0.86 0.31 3.58 0.76 0.39
Hex AF 21 18 0 51 56 1F 4 4C 27
Octal 257 41 30 0 121 126 37 4 114 47
Binary 10101111 100001 11000 0 1010001 1010110 11111 100 1001100 100111

Color Harmonies of #AF2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2118

Black with #AF2118

Text Example


Text Example

White with #AF2118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2118; }

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

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

background-color css

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

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

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

border-color css

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

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

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