#D12B4A

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

Shades of Brick Red #D12B4A

Tints of Brick Red #D12B4A

Color information

#D12B4A (or 0xD12B4A) is unknown color: approx Brick Red. HEX triplet: D1, 2B and 4A. RGB value is (209,43,74). Sum of RGB (Red+Green+Blue) = 209+43+74=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12B4A is #2ED4B5. Grayscale: #606060. Windows color (decimal): -3069110 or 4860881. OLE color: 4860881.

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

Color convert

RGB2094374-
CMYK00.790.650.18
HSL348.8º65.87%49.41%-
HSV(B)348.8º79.43%81.96%-
XYZ28.3915.788.03-
YUV96.17115.5208.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.11%
GREEN value IS 43 (17.19% from 255) = 13.19%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=64.11%
G=13.19%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209437400.790.650.18348.865.8749.41
HexD12B4A04F411215d4231
Octal3215311201171012253510261
Binary110100011010111001010010011111000001100101010111011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12B4A; }

 p { color: rgb(209,43,74); }

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

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

 a { background-color: rgb(209,43,74); }

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

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

 span { border-color: rgb(209,43,74); }

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