Html Css Color HEX #AF2C1C Fire Brick

📋 copy color: '#AF2C1C'

red 175 ◦ green 44 ◦ blue 28

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

Shades of Fire Brick #AF2C1C

Tints of Fire Brick #AF2C1C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

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

R = 70.85%
G = 17.81%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF2C1C (or 0xAF2C1C) is known color: Fire Brick. HEX triplet: AF, 2C and 1C. RGB value is (175,44,28). Sum of RGB (Red+Green+Blue) = 175+44+28=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C1C is #50D3E3. Grayscale: #515151. Windows color (decimal): -5297124 or 1846447. OLE color: 1846447.

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

Color convert

RGB 175 44 28 -
CMYK 0 0.75 0.84 0.31
HSL 6.53º 0.72% 0.4% -
HSV(B) 6.53º 0.84% 0.69% -
XYZ 18.79 11 2.23 -
YUV 81.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 175 44 28 0 0.75 0.84 0.31 6.53 0.72 0.4
Hex AF 2C 1C 0 4B 54 1F 7 48 28
Octal 257 54 34 0 113 124 37 7 110 50
Binary 10101111 101100 11100 0 1001011 1010100 11111 111 1001000 101000

Color Harmonies of #AF2C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C1C

Black with #AF2C1C

Text Example


Text Example

White with #AF2C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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