Html Css Color HEX #AF200E Fire Brick

📋 copy color: '#AF200E'

red 175 ◦ green 32 ◦ blue 14

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

Shades of Fire Brick #AF200E

Tints of Fire Brick #AF200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 79.19%
G = 14.48%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF200E (or 0xAF200E) is known color: Fire Brick. HEX triplet: AF, 20 and 0E. RGB value is (175,32,14). Sum of RGB (Red+Green+Blue) = 175+32+14=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF200E is #50DFF1. Grayscale: #484848. Windows color (decimal): -5300210 or 925871. OLE color: 925871.

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

Color convert

RGB 175 32 14 -
CMYK 0 0.82 0.92 0.31
HSL 6.71º 0.85% 0.37% -
HSV(B) 6.71º 0.92% 0.69% -
XYZ 18.27 10.18 1.42 -
YUV 72.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 175 32 14 0 0.82 0.92 0.31 6.71 0.85 0.37
Hex AF 20 E 0 52 5C 1F 7 55 25
Octal 257 40 16 0 122 134 37 7 125 45
Binary 10101111 100000 1110 0 1010010 1011100 11111 111 1010101 100101

Color Harmonies of #AF200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF200E

Black with #AF200E

Text Example


Text Example

White with #AF200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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