Html Css Color HEX #AF291F Fire Brick

📋 copy color: '#AF291F'

red 175 ◦ green 41 ◦ blue 31

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

Shades of Fire Brick #AF291F

Tints of Fire Brick #AF291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.6%

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 70.85%
G = 16.6%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF291F (or 0xAF291F) is known color: Fire Brick. HEX triplet: AF, 29 and 1F. RGB value is (175,41,31). Sum of RGB (Red+Green+Blue) = 175+41+31=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF291F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF291F is #50D6E0. Grayscale: #505050. Windows color (decimal): -5297889 or 2042287. OLE color: 2042287.

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

Color convert

RGB 175 41 31 -
CMYK 0 0.77 0.82 0.31
HSL 4.17º 0.7% 0.4% -
HSV(B) 4.17º 0.82% 0.69% -
XYZ 18.72 10.8 2.39 -
YUV 79.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 175 41 31 0 0.77 0.82 0.31 4.17 0.7 0.4
Hex AF 29 1F 0 4D 52 1F 4 46 28
Octal 257 51 37 0 115 122 37 4 106 50
Binary 10101111 101001 11111 0 1001101 1010010 11111 100 1000110 101000

Color Harmonies of #AF291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF291F

Black with #AF291F

Text Example


Text Example

White with #AF291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF291F; }

 p { color: rgb(175,41,31); }

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

background-color css

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

 a { background-color: rgb(175,41,31); }

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

border-color css

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

 span { border-color: rgb(175,41,31); }

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