#C12D3F

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

Shades of Brick Red #C12D3F

Tints of Brick Red #C12D3F

Color information

#C12D3F (or 0xC12D3F) is unknown color: approx Brick Red. HEX triplet: C1, 2D and 3F. RGB value is (193,45,63). Sum of RGB (Red+Green+Blue) = 193+45+63=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D3F is #3ED2C0. Grayscale: #5B5B5B. Windows color (decimal): -4117185 or 4140481. OLE color: 4140481.

HSL color Cylindrical-coordinate representation of color #C12D3F: hue angle of 352.7º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D3F is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1934563-
CMYK00.770.670.24
HSL352.7º62.18%46.67%-
HSV(B)352.7º76.68%75.69%-
XYZ23.8313.576.07-
YUV91.3112.03200.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.12%
GREEN value IS 45 (17.97% from 255) = 14.95%
BLUE value IS 63 (25% from 255) = 20.93%
R=64.12%
G=14.95%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193456300.770.670.24352.762.1846.67
HexC12D3F04D43181613e2f
Octal30155770115103305417657
Binary1100000110110111111101001101100001111000101100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12D3F; }

 p { color: rgb(193,45,63); }

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

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

 a { background-color: rgb(193,45,63); }

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

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

 span { border-color: rgb(193,45,63); }

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