Html Css Color HEX #AF2205 Fire Brick

📋 copy color: '#AF2205'

red 175 ◦ green 34 ◦ blue 5

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

Shades of Fire Brick #AF2205

Tints of Fire Brick #AF2205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

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

R = 81.78%
G = 15.89%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF2205 (or 0xAF2205) is known color: Fire Brick. HEX triplet: AF, 22 and 05. RGB value is (175,34,5). Sum of RGB (Red+Green+Blue) = 175+34+5=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2205 is #50DDFA. Grayscale: #494949. Windows color (decimal): -5299707 or 336559. OLE color: 336559.

HSL color Cylindrical-coordinate representation of color #AF2205: hue angle of 10.24º 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 #AF2205 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 5 -
CMYK 0 0.81 0.97 0.31
HSL 10.24º 0.94% 0.35% -
HSV(B) 10.24º 0.97% 0.69% -
XYZ 18.28 10.27 1.16 -
YUV 72.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 175 34 5 0 0.81 0.97 0.31 10.24 0.94 0.35
Hex AF 22 5 0 51 61 1F A 5E 23
Octal 257 42 5 0 121 141 37 12 136 43
Binary 10101111 100010 101 0 1010001 1100001 11111 1010 1011110 100011

Color Harmonies of #AF2205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2205

Black with #AF2205

Text Example


Text Example

White with #AF2205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2205; }

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

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

background-color css

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

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

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

border-color css

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

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

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