Html Css Color HEX #AF2005 Fire Brick

📋 copy color: '#AF2005'

red 175 ◦ green 32 ◦ blue 5

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

Shades of Fire Brick #AF2005

Tints of Fire Brick #AF2005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.36%

R = 82.55%
G = 15.09%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF2005 (or 0xAF2005) is known color: Fire Brick. HEX triplet: AF, 20 and 05. RGB value is (175,32,5). Sum of RGB (Red+Green+Blue) = 175+32+5=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2005 is #50DFFA. Grayscale: #474747. Windows color (decimal): -5300219 or 336047. OLE color: 336047.

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

Color convert

RGB 175 32 5 -
CMYK 0 0.82 0.97 0.31
HSL 9.53º 0.94% 0.35% -
HSV(B) 9.53º 0.97% 0.69% -
XYZ 18.22 10.16 1.14 -
YUV 71.68 90.38 201.7 -
System Red Green Blue C M Y K H S L
Decimal 175 32 5 0 0.82 0.97 0.31 9.53 0.94 0.35
Hex AF 20 5 0 52 61 1F A 5E 23
Octal 257 40 5 0 122 141 37 12 136 43
Binary 10101111 100000 101 0 1010010 1100001 11111 1010 1011110 100011

Color Harmonies of #AF2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2005

Black with #AF2005

Text Example


Text Example

White with #AF2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2005; }

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

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

background-color css

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

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

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

border-color css

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

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

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