Html Css Color HEX #AF200C Fire Brick

📋 copy color: '#AF200C'

red 175 ◦ green 32 ◦ blue 12

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

Shades of Fire Brick #AF200C

Tints of Fire Brick #AF200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.48%

R = 79.91%
G = 14.61%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF200C (or 0xAF200C) is known color: Fire Brick. HEX triplet: AF, 20 and 0C. RGB value is (175,32,12). Sum of RGB (Red+Green+Blue) = 175+32+12=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF200C is #50DFF3. Grayscale: #484848. Windows color (decimal): -5300212 or 794799. OLE color: 794799.

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

Color convert

RGB 175 32 12 -
CMYK 0 0.82 0.93 0.31
HSL 7.36º 0.87% 0.37% -
HSV(B) 7.36º 0.93% 0.69% -
XYZ 18.26 10.17 1.35 -
YUV 72.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 175 32 12 0 0.82 0.93 0.31 7.36 0.87 0.37
Hex AF 20 C 0 52 5D 1F 7 57 25
Octal 257 40 14 0 122 135 37 7 127 45
Binary 10101111 100000 1100 0 1010010 1011101 11111 111 1010111 100101

Color Harmonies of #AF200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF200C

Black with #AF200C

Text Example


Text Example

White with #AF200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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