Html Css Color HEX #C0272A Mahogany

📋 copy color: '#C0272A'

red 192 ◦ green 39 ◦ blue 42

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

Shades of Mahogany #C0272A

Tints of Mahogany #C0272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 70.33%
G = 14.29%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0272A (or 0xC0272A) is known color: Mahogany. HEX triplet: C0, 27 and 2A. RGB value is (192,39,42). Sum of RGB (Red+Green+Blue) = 192+39+42=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0272A is #3FD8D5. Grayscale: #555555. Windows color (decimal): -4184278 or 2762688. OLE color: 2762688.

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

Color convert

RGB 192 39 42 -
CMYK 0 0.80 0.78 0.25
HSL 358.82º 0.66% 0.45% -
HSV(B) 358.82º 0.8% 0.75% -
XYZ 22.88 12.82 3.46 -
YUV 85.09 103.69 204.26 -
System Red Green Blue C M Y K H S L
Decimal 192 39 42 0 0.80 0.78 0.25 358.82 0.66 0.45
Hex C0 27 2A 0 50 4E 19 167 42 2D
Octal 300 47 52 0 120 116 31 547 102 55
Binary 11000000 100111 101010 0 1010000 1001110 11001 101100111 1000010 101101

Color Harmonies of #C0272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0272A

Black with #C0272A

Text Example


Text Example

White with #C0272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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