#C12A3D

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

Shades of Brick Red #C12A3D

Tints of Brick Red #C12A3D

Color information

#C12A3D (or 0xC12A3D) is unknown color: approx Brick Red. HEX triplet: C1, 2A and 3D. RGB value is (193,42,61). Sum of RGB (Red+Green+Blue) = 193+42+61=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A3D is #3ED5C2. Grayscale: #595959. Windows color (decimal): -4117955 or 4008641. OLE color: 4008641.

HSL color Cylindrical-coordinate representation of color #C12A3D: hue angle of 352.45º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12A3D is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1934261-
CMYK00.780.680.24
HSL352.45º64.26%46.08%-
HSV(B)352.45º78.24%75.69%-
XYZ23.6613.335.74-
YUV89.32112.03201.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.20%
GREEN value IS 42 (16.80% from 255) = 14.19%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=65.20%
G=14.19%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193426100.780.680.24352.4564.2646.08
HexC12A3D04E4418160402e
Octal301527501161043054010056
Binary11000001101010111101010011101000100110001011000001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12A3D; }

 p { color: rgb(193,42,61); }

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

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

 a { background-color: rgb(193,42,61); }

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

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

 span { border-color: rgb(193,42,61); }

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