#C23A45

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

Shades of Brick Red #C23A45

Tints of Brick Red #C23A45

Color information

#C23A45 (or 0xC23A45) is unknown color: approx Brick Red. HEX triplet: C2, 3A and 45. RGB value is (194,58,69). Sum of RGB (Red+Green+Blue) = 194+58+69=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A45 is #3DC5BA. Grayscale: #646464. Windows color (decimal): -4048315 or 4537026. OLE color: 4537026.

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

Color convert

RGB1945869-
CMYK00.700.640.24
HSL355.15º53.97%49.41%-
HSV(B)355.15º70.1%76.08%-
XYZ24.8414.937.2-
YUV99.92110.56195.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.44%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=60.44%
G=18.07%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194586900.700.640.24355.1553.9749.41
HexC23A4504640181633631
Octal302721050106100305436661
Binary11000010111010100010101000110100000011000101100011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23A45; }

 p { color: rgb(194,58,69); }

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

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

 a { background-color: rgb(194,58,69); }

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

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

 span { border-color: rgb(194,58,69); }

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