Html Css Color HEX #AF2C20 Fire Brick

📋 copy color: '#AF2C20'

red 175 ◦ green 44 ◦ blue 32

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

Shades of Fire Brick #AF2C20

Tints of Fire Brick #AF2C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.75%

R = 69.72%
G = 17.53%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF2C20 (or 0xAF2C20) is known color: Fire Brick. HEX triplet: AF, 2C and 20. RGB value is (175,44,32). Sum of RGB (Red+Green+Blue) = 175+44+32=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C20 is #50D3DF. Grayscale: #515151. Windows color (decimal): -5297120 or 2108591. OLE color: 2108591.

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

Color convert

RGB 175 44 32 -
CMYK 0 0.75 0.82 0.31
HSL 5.03º 0.69% 0.41% -
HSV(B) 5.03º 0.82% 0.69% -
XYZ 18.84 11.02 2.5 -
YUV 81.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 175 44 32 0 0.75 0.82 0.31 5.03 0.69 0.41
Hex AF 2C 20 0 4B 52 1F 5 45 29
Octal 257 54 40 0 113 122 37 5 105 51
Binary 10101111 101100 100000 0 1001011 1010010 11111 101 1000101 101001

Color Harmonies of #AF2C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C20

Black with #AF2C20

Text Example


Text Example

White with #AF2C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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