#C23034

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

Shades of Mahogany #C23034

Tints of Mahogany #C23034

Color information

#C23034 (or 0xC23034) is unknown color: approx Mahogany. HEX triplet: C2, 30 and 34. RGB value is (194,48,52). Sum of RGB (Red+Green+Blue) = 194+48+52=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C23034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23034 is #3DCFCB. Grayscale: #5C5C5C. Windows color (decimal): -4050892 or 3420354. OLE color: 3420354.

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

Color convert

RGB1944852-
CMYK00.750.730.24
HSL358.36º60.33%47.45%-
HSV(B)358.36º75.26%76.08%-
XYZ23.9213.834.66-
YUV92.11105.37200.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.99%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 52 (20.70% from 255) = 17.69%
R=65.99%
G=16.33%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194485200.750.730.24358.3660.3347.45
HexC2303404B49181663c2f
Octal30260640113111305467457
Binary1100001011000011010001001011100100111000101100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23034; }

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

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

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

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

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

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

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

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