#C12D44

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

Shades of Brick Red #C12D44

Tints of Brick Red #C12D44

Color information

#C12D44 (or 0xC12D44) is unknown color: approx Brick Red. HEX triplet: C1, 2D and 44. RGB value is (193,45,68). Sum of RGB (Red+Green+Blue) = 193+45+68=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D44 is #3ED2BB. Grayscale: #5B5B5B. Windows color (decimal): -4117180 or 4468161. OLE color: 4468161.

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

Color convert

RGB1934568-
CMYK00.770.650.24
HSL350.68º62.18%46.67%-
HSV(B)350.68º76.68%75.69%-
XYZ23.9713.636.84-
YUV91.87114.53200.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.07%
GREEN value IS 45 (17.97% from 255) = 14.71%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=63.07%
G=14.71%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193456800.770.650.24350.6862.1846.67
HexC12D4404D411815f3e2f
Octal301551040115101305377657
Binary11000001101101100010001001101100000111000101011111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12D44; }

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

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

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

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

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

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

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

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