Html Css Color HEX #AF201A Fire Brick

📋 copy color: '#AF201A'

red 175 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #AF201A

Tints of Fire Brick #AF201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 75.11%
G = 13.73%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF201A (or 0xAF201A) is known color: Fire Brick. HEX triplet: AF, 20 and 1A. RGB value is (175,32,26). Sum of RGB (Red+Green+Blue) = 175+32+26=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF201A is #50DFE5. Grayscale: #4A4A4A. Windows color (decimal): -5300198 or 1712303. OLE color: 1712303.

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

Color convert

RGB 175 32 26 -
CMYK 0 0.82 0.85 0.31
HSL 2.42º 0.74% 0.39% -
HSV(B) 2.42º 0.85% 0.69% -
XYZ 18.38 10.22 1.98 -
YUV 74.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 175 32 26 0 0.82 0.85 0.31 2.42 0.74 0.39
Hex AF 20 1A 0 52 55 1F 2 4A 27
Octal 257 40 32 0 122 125 37 2 112 47
Binary 10101111 100000 11010 0 1010010 1010101 11111 10 1001010 100111

Color Harmonies of #AF201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF201A

Black with #AF201A

Text Example


Text Example

White with #AF201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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