#C02B30

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

Shades of Mahogany #C02B30

Tints of Mahogany #C02B30

Color information

#C02B30 (or 0xC02B30) is unknown color: approx Mahogany. HEX triplet: C0, 2B and 30. RGB value is (192,43,48). Sum of RGB (Red+Green+Blue) = 192+43+48=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B30 is #3FD4CF. Grayscale: #585858. Windows color (decimal): -4183248 or 3156928. OLE color: 3156928.

HSL color Cylindrical-coordinate representation of color #C02B30: hue angle of 357.99º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B30 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1924348-
CMYK00.780.750.25
HSL357.99º63.4%46.08%-
HSV(B)357.99º77.6%75.29%-
XYZ23.1413.154.11-
YUV88.12105.36202.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 67.84%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=67.84%
G=15.19%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192434800.780.750.25357.9963.446.08
HexC02B3004E4B191663f2e
Octal30053600116113315467756
Binary1100000010101111000001001110100101111001101100110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B30; }

 p { color: rgb(192,43,48); }

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

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

 a { background-color: rgb(192,43,48); }

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

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

 span { border-color: rgb(192,43,48); }

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