Html Css Color HEX #C02628 Mahogany

📋 copy color: '#C02628'

red 192 ◦ green 38 ◦ blue 40

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

Shades of Mahogany #C02628

Tints of Mahogany #C02628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 71.11%
G = 14.07%
B = 14.81%

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

#C02628 (or 0xC02628) is known color: Mahogany. HEX triplet: C0, 26 and 28. RGB value is (192,38,40). Sum of RGB (Red+Green+Blue) = 192+38+40=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C02628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02628 is #3FD9D7. Grayscale: #545454. Windows color (decimal): -4184536 or 2631360. OLE color: 2631360.

HSL color Cylindrical-coordinate representation of color #C02628: hue angle of 359.22º 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 #C02628 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 40 -
CMYK 0 0.80 0.79 0.25
HSL 359.22º 0.67% 0.45% -
HSV(B) 359.22º 0.8% 0.75% -
XYZ 22.81 12.75 3.27 -
YUV 84.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 192 38 40 0 0.80 0.79 0.25 359.22 0.67 0.45
Hex C0 26 28 0 50 4F 19 167 43 2D
Octal 300 46 50 0 120 117 31 547 103 55
Binary 11000000 100110 101000 0 1010000 1001111 11001 101100111 1000011 101101

Color Harmonies of #C02628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02628

Black with #C02628

Text Example


Text Example

White with #C02628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02628; }

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

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

background-color css

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

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

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

border-color css

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

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

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