Html Css Color HEX #C02629 Mahogany

📋 copy color: '#C02629'

red 192 ◦ green 38 ◦ blue 41

#C02629
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #C02629

Tints of Mahogany #C02629

RGB

 RED value IS 192 (75.39% from 255) = 70.85%

 GREEN value IS 38 (15.23% from 255) = 14.02%

 BLUE value IS 41 (16.41% from 255) = 15.13%

R = 70.85%
G = 14.02%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C02629 (or 0xC02629) is known color: Mahogany. HEX triplet: C0, 26 and 29. RGB value is (192,38,41). Sum of RGB (Red+Green+Blue) = 192+38+41=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C02629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02629 is #3FD9D6. Grayscale: #545454. Windows color (decimal): -4184535 or 2696896. OLE color: 2696896.

HSL color Cylindrical-coordinate representation of color #C02629: hue angle of 358.83º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02629 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 41 -
CMYK 0 0.80 0.79 0.25
HSL 358.83º 0.67% 0.45% -
HSV(B) 358.83º 0.8% 0.75% -
XYZ 22.83 12.75 3.36 -
YUV 84.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 192 38 41 0 0.80 0.79 0.25 358.83 0.67 0.45
Hex C0 26 29 0 50 4F 19 167 43 2D
Octal 300 46 51 0 120 117 31 547 103 55
Binary 11000000 100110 101001 0 1010000 1001111 11001 101100111 1000011 101101

Color Harmonies of #C02629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02629

Black with #C02629

Text Example


Text Example

White with #C02629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02629; }

 p { color: rgb(192,38,41); }

 H1.HeaderClassName
 {
   color: #C02629;
 }
 .AnyTagClassName
 {
   color: #C02629;
 }
</style>

background-color css

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

 a { background-color: rgb(192,38,41); }

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

border-color css

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

 span { border-color: rgb(192,38,41); }

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