Html Css Color HEX #AF2001 Fire Brick

📋 copy color: '#AF2001'

red 175 ◦ green 32 ◦ blue 1

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

Shades of Fire Brick #AF2001

Tints of Fire Brick #AF2001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 84.13%
G = 15.38%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF2001 (or 0xAF2001) is known color: Fire Brick. HEX triplet: AF, 20 and 01. RGB value is (175,32,1). Sum of RGB (Red+Green+Blue) = 175+32+1=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2001 is #50DFFE. Grayscale: #474747. Windows color (decimal): -5300223 or 73903. OLE color: 73903.

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

Color convert

RGB 175 32 1 -
CMYK 0 0.82 0.99 0.31
HSL 10.69º 0.99% 0.35% -
HSV(B) 10.69º 0.99% 0.69% -
XYZ 18.2 10.15 1.03 -
YUV 71.22 88.38 202.02 -
System Red Green Blue C M Y K H S L
Decimal 175 32 1 0 0.82 0.99 0.31 10.69 0.99 0.35
Hex AF 20 1 0 52 63 1F B 63 23
Octal 257 40 1 0 122 143 37 13 143 43
Binary 10101111 100000 1 0 1010010 1100011 11111 1011 1100011 100011

Color Harmonies of #AF2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2001

Black with #AF2001

Text Example


Text Example

White with #AF2001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2001; }

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

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

background-color css

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

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

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

border-color css

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

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

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