Html Css Color HEX #AF3119 Fire Brick

📋 copy color: '#AF3119'

red 175 ◦ green 49 ◦ blue 25

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

Shades of Fire Brick #AF3119

Tints of Fire Brick #AF3119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 70.28%
G = 19.68%
B = 10.04%

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

#AF3119 (or 0xAF3119) is known color: Fire Brick. HEX triplet: AF, 31 and 19. RGB value is (175,49,25). Sum of RGB (Red+Green+Blue) = 175+49+25=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3119 is #50CEE6. Grayscale: #545454. Windows color (decimal): -5295847 or 1651119. OLE color: 1651119.

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

Color convert

RGB 175 49 25 -
CMYK 0 0.72 0.86 0.31
HSL 9.6º 0.75% 0.39% -
HSV(B) 9.6º 0.86% 0.69% -
XYZ 18.95 11.38 2.12 -
YUV 83.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 175 49 25 0 0.72 0.86 0.31 9.6 0.75 0.39
Hex AF 31 19 0 48 56 1F A 4B 27
Octal 257 61 31 0 110 126 37 12 113 47
Binary 10101111 110001 11001 0 1001000 1010110 11111 1010 1001011 100111

Color Harmonies of #AF3119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3119

Black with #AF3119

Text Example


Text Example

White with #AF3119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3119; }

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

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

background-color css

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

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

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

border-color css

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

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

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