#af2927

Color #AF2927 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #AF2927

Tints of Fire Brick #AF2927

Color information

#AF2927 (or 0xAF2927) is unknown color: approx Fire Brick. HEX triplet: AF, 29 and 27. RGB value is (175,41,39). Sum of RGB (Red+Green+Blue) = 175+41+39=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2927 is #50D6D8. Grayscale: #505050. Windows color (decimal): -5297881 or 2566575. OLE color: 2566575.

HSL color Cylindrical-coordinate representation of color #AF2927: hue angle of 0.88º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2927 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1754139-
CMYK00.770.780.31
HSL0.88º63.55%41.96%-
HSV(B)0.88º77.71%68.63%-
XYZ18.8410.853.02-
YUV80.84104.39195.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.63%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 39 (15.62% from 255) = 15.29%
R=68.63%
G=16.08%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175413900.770.780.310.8863.5541.96
HexAF292704D4E1F1402a
Octal2575147011511637110052
Binary101011111010011001110100110110011101111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2927; }

 p { color: rgb(175,41,39); }

 H1.HeaderClassName
 {
   color: #af2927;
 }
 .AnyTagClassName
 {
   color: #af2927;
 }
</style>
background-color css

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

 a { background-color: rgb(175,41,39); }

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

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

 span { border-color: rgb(175,41,39); }

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