Html Css Color HEX #C02728 Mahogany

📋 copy color: '#C02728'

red 192 ◦ green 39 ◦ blue 40

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

Shades of Mahogany #C02728

Tints of Mahogany #C02728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.39%

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

R = 70.85%
G = 14.39%
B = 14.76%

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

#C02728 (or 0xC02728) is known color: Mahogany. HEX triplet: C0, 27 and 28. RGB value is (192,39,40). Sum of RGB (Red+Green+Blue) = 192+39+40=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C02728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02728 is #3FD8D7. Grayscale: #555555. Windows color (decimal): -4184280 or 2631616. OLE color: 2631616.

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

Color convert

RGB 192 39 40 -
CMYK 0 0.80 0.79 0.25
HSL 359.61º 0.66% 0.45% -
HSV(B) 359.61º 0.8% 0.75% -
XYZ 22.85 12.81 3.28 -
YUV 84.86 102.69 204.42 -
System Red Green Blue C M Y K H S L
Decimal 192 39 40 0 0.80 0.79 0.25 359.61 0.66 0.45
Hex C0 27 28 0 50 4F 19 168 42 2D
Octal 300 47 50 0 120 117 31 550 102 55
Binary 11000000 100111 101000 0 1010000 1001111 11001 101101000 1000010 101101

Color Harmonies of #C02728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02728

Black with #C02728

Text Example


Text Example

White with #C02728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02728; }

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

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

background-color css

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

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

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

border-color css

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

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

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