Html Css Color HEX #AF3118 Fire Brick

📋 copy color: '#AF3118'

red 175 ◦ green 49 ◦ blue 24

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

Shades of Fire Brick #AF3118

Tints of Fire Brick #AF3118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

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

R = 70.56%
G = 19.76%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF3118 (or 0xAF3118) is known color: Fire Brick. HEX triplet: AF, 31 and 18. RGB value is (175,49,24). Sum of RGB (Red+Green+Blue) = 175+49+24=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3118 is #50CEE7. Grayscale: #545454. Windows color (decimal): -5295848 or 1585583. OLE color: 1585583.

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

Color convert

RGB 175 49 24 -
CMYK 0 0.72 0.86 0.31
HSL 9.93º 0.76% 0.39% -
HSV(B) 9.93º 0.86% 0.69% -
XYZ 18.94 11.38 2.06 -
YUV 83.82 94.24 193.03 -
System Red Green Blue C M Y K H S L
Decimal 175 49 24 0 0.72 0.86 0.31 9.93 0.76 0.39
Hex AF 31 18 0 48 56 1F A 4C 27
Octal 257 61 30 0 110 126 37 12 114 47
Binary 10101111 110001 11000 0 1001000 1010110 11111 1010 1001100 100111

Color Harmonies of #AF3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3118

Black with #AF3118

Text Example


Text Example

White with #AF3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3118; }

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

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

background-color css

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

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

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

border-color css

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

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

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