#C12B41

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

Shades of Brick Red #C12B41

Tints of Brick Red #C12B41

Color information

#C12B41 (or 0xC12B41) is unknown color: approx Brick Red. HEX triplet: C1, 2B and 41. RGB value is (193,43,65). Sum of RGB (Red+Green+Blue) = 193+43+65=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12B41 is #3ED4BE. Grayscale: #5A5A5A. Windows color (decimal): -4117695 or 4271041. OLE color: 4271041.

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

Color convert

RGB1934365-
CMYK00.780.660.24
HSL351.2º63.56%46.27%-
HSV(B)351.2º77.72%75.69%-
XYZ23.8113.456.34-
YUV90.36113.7201.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.12%
GREEN value IS 43 (17.19% from 255) = 14.29%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=64.12%
G=14.29%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193436500.780.660.24351.263.5646.27
HexC12B4104E421815f402e
Octal3015310101161023053710056
Binary110000011010111000001010011101000010110001010111111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12B41; }

 p { color: rgb(193,43,65); }

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

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

 a { background-color: rgb(193,43,65); }

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

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

 span { border-color: rgb(193,43,65); }

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