Html Css Color HEX #AF291C Fire Brick

📋 copy color: '#AF291C'

red 175 ◦ green 41 ◦ blue 28

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

Shades of Fire Brick #AF291C

Tints of Fire Brick #AF291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.48%

R = 71.72%
G = 16.8%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF291C (or 0xAF291C) is known color: Fire Brick. HEX triplet: AF, 29 and 1C. RGB value is (175,41,28). Sum of RGB (Red+Green+Blue) = 175+41+28=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF291C is #50D6E3. Grayscale: #4F4F4F. Windows color (decimal): -5297892 or 1845679. OLE color: 1845679.

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

Color convert

RGB 175 41 28 -
CMYK 0 0.77 0.84 0.31
HSL 5.31º 0.72% 0.4% -
HSV(B) 5.31º 0.84% 0.69% -
XYZ 18.68 10.78 2.2 -
YUV 79.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 175 41 28 0 0.77 0.84 0.31 5.31 0.72 0.4
Hex AF 29 1C 0 4D 54 1F 5 48 28
Octal 257 51 34 0 115 124 37 5 110 50
Binary 10101111 101001 11100 0 1001101 1010100 11111 101 1001000 101000

Color Harmonies of #AF291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF291C

Black with #AF291C

Text Example


Text Example

White with #AF291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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