#c23b3e

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

Shades of Mahogany #C23B3E

Tints of Mahogany #C23B3E

Color information

#C23B3E (or 0xC23B3E) is unknown color: approx Mahogany. HEX triplet: C2, 3B and 3E. RGB value is (194,59,62). Sum of RGB (Red+Green+Blue) = 194+59+62=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B3E is #3DC4C1. Grayscale: #636363. Windows color (decimal): -4048066 or 4078530. OLE color: 4078530.

HSL color Cylindrical-coordinate representation of color #C23B3E: hue angle of 358.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 #C23B3E is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1945962-
CMYK00.700.680.24
HSL358.67º53.36%49.61%-
HSV(B)358.67º69.59%76.08%-
XYZ24.6814.956.14-
YUV99.71106.73195.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.59%
GREEN value IS 59 (23.44% from 255) = 18.73%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=61.59%
G=18.73%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194596200.700.680.24358.6753.3649.61
HexC23B3E04644181673532
Octal30273760106104305476562
Binary1100001011101111111001000110100010011000101100111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c23b3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c23b3e; }

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

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

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

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

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

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

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

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