#AF2A1A

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

Shades of Fire Brick #AF2A1A

Tints of Fire Brick #AF2A1A

Color information

#AF2A1A (or 0xAF2A1A) is unknown color: approx Fire Brick. HEX triplet: AF, 2A and 1A. RGB value is (175,42,26). Sum of RGB (Red+Green+Blue) = 175+42+26=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2A1A is #50D5E5. Grayscale: #505050. Windows color (decimal): -5297638 or 1714863. OLE color: 1714863.

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

Color convert

RGB1754226-
CMYK00.760.850.31
HSL6.44º74.13%39.41%-
HSV(B)6.44º85.14%68.63%-
XYZ18.6910.842.09-
YUV79.9497.56195.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.02%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=72.02%
G=17.28%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175422600.760.850.316.4474.1339.41
HexAF2A1A04C551F64a27
Octal2575232011412537611247
Binary1010111110101011010010011001010101111111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2A1A; }

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

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

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

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

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

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

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

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