#C12D3E

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

Shades of Brick Red #C12D3E

Tints of Brick Red #C12D3E

Color information

#C12D3E (or 0xC12D3E) is unknown color: approx Brick Red. HEX triplet: C1, 2D and 3E. RGB value is (193,45,62). Sum of RGB (Red+Green+Blue) = 193+45+62=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D3E is #3ED2C1. Grayscale: #5B5B5B. Windows color (decimal): -4117186 or 4074945. OLE color: 4074945.

HSL color Cylindrical-coordinate representation of color #C12D3E: hue angle of 353.11º 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 #C12D3E is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1934562-
CMYK00.770.680.24
HSL353.11º62.18%46.67%-
HSV(B)353.11º76.68%75.69%-
XYZ23.813.565.92-
YUV91.19111.53200.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.33%
GREEN value IS 45 (17.97% from 255) = 15%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=64.33%
G=15%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193456200.770.680.24353.1162.1846.67
HexC12D3E04D44181613e2f
Octal30155760115104305417657
Binary1100000110110111111001001101100010011000101100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12D3E; }

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

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

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

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

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

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

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

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