#D12A46

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

Shades of Brick Red #D12A46

Tints of Brick Red #D12A46

Color information

#D12A46 (or 0xD12A46) is unknown color: approx Brick Red. HEX triplet: D1, 2A and 46. RGB value is (209,42,70). Sum of RGB (Red+Green+Blue) = 209+42+70=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12A46 is #2ED5B9. Grayscale: #5F5F5F. Windows color (decimal): -3069370 or 4598481. OLE color: 4598481.

HSL color Cylindrical-coordinate representation of color #D12A46: hue angle of 349.94º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A46 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2094270-
CMYK00.800.670.18
HSL349.94º66.53%49.22%-
HSV(B)349.94º79.9%81.96%-
XYZ28.2315.657.33-
YUV95.12113.83209.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.11%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=65.11%
G=13.08%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209427000.800.670.18349.9466.5349.22
HexD12A46050431215e4331
Octal3215210601201032253610361
Binary110100011010101000110010100001000011100101010111101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12A46; }

 p { color: rgb(209,42,70); }

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

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

 a { background-color: rgb(209,42,70); }

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

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

 span { border-color: rgb(209,42,70); }

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