#C23B47

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

Shades of Brick Red #C23B47

Tints of Brick Red #C23B47

Color information

#C23B47 (or 0xC23B47) is unknown color: approx Brick Red. HEX triplet: C2, 3B and 47. RGB value is (194,59,71). Sum of RGB (Red+Green+Blue) = 194+59+71=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B47 is #3DC4B8. Grayscale: #646464. Windows color (decimal): -4048057 or 4668354. OLE color: 4668354.

HSL color Cylindrical-coordinate representation of color #C23B47: hue angle of 354.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B47 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1945971-
CMYK00.700.630.24
HSL354.67º53.36%49.61%-
HSV(B)354.67º69.59%76.08%-
XYZ24.9515.057.55-
YUV100.73111.23194.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.88%
GREEN value IS 59 (23.44% from 255) = 18.21%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=59.88%
G=18.21%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194597100.700.630.24354.6753.3649.61
HexC23B470463F181633532
Octal30273107010677305436562
Binary1100001011101110001110100011011111111000101100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B47; }

 p { color: rgb(194,59,71); }

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

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

 a { background-color: rgb(194,59,71); }

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

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

 span { border-color: rgb(194,59,71); }

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