Html Css Color HEX #AF201C Fire Brick

📋 copy color: '#AF201C'

red 175 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #AF201C

Tints of Fire Brick #AF201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 74.47%
G = 13.62%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF201C (or 0xAF201C) is known color: Fire Brick. HEX triplet: AF, 20 and 1C. RGB value is (175,32,28). Sum of RGB (Red+Green+Blue) = 175+32+28=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF201C is #50DFE3. Grayscale: #4A4A4A. Windows color (decimal): -5300196 or 1843375. OLE color: 1843375.

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

Color convert

RGB 175 32 28 -
CMYK 0 0.82 0.84 0.31
HSL 1.63º 0.72% 0.4% -
HSV(B) 1.63º 0.84% 0.69% -
XYZ 18.41 10.23 2.1 -
YUV 74.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 175 32 28 0 0.82 0.84 0.31 1.63 0.72 0.4
Hex AF 20 1C 0 52 54 1F 2 48 28
Octal 257 40 34 0 122 124 37 2 110 50
Binary 10101111 100000 11100 0 1010010 1010100 11111 10 1001000 101000

Color Harmonies of #AF201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF201C

Black with #AF201C

Text Example


Text Example

White with #AF201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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