#C23046

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

Shades of Brick Red #C23046

Tints of Brick Red #C23046

Color information

#C23046 (or 0xC23046) is unknown color: approx Brick Red. HEX triplet: C2, 30 and 46. RGB value is (194,48,70). Sum of RGB (Red+Green+Blue) = 194+48+70=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C23046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23046 is #3DCFB9. Grayscale: #5E5E5E. Windows color (decimal): -4050874 or 4600002. OLE color: 4600002.

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

Color convert

RGB1944870-
CMYK00.750.640.24
HSL350.96º60.33%47.45%-
HSV(B)350.96º75.26%76.08%-
XYZ24.4114.037.21-
YUV94.16114.37199.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.18%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=62.18%
G=15.38%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194487000.750.640.24350.9660.3347.45
HexC2304604B401815f3c2f
Octal302601060113100305377457
Binary11000010110000100011001001011100000011000101011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23046; }

 p { color: rgb(194,48,70); }

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

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

 a { background-color: rgb(194,48,70); }

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

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

 span { border-color: rgb(194,48,70); }

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