Html Css Color HEX #C0282A Mahogany

📋 copy color: '#C0282A'

red 192 ◦ green 40 ◦ blue 42

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

Shades of Mahogany #C0282A

Tints of Mahogany #C0282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

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

R = 70.07%
G = 14.6%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0282A (or 0xC0282A) is known color: Mahogany. HEX triplet: C0, 28 and 2A. RGB value is (192,40,42). Sum of RGB (Red+Green+Blue) = 192+40+42=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0282A is #3FD7D5. Grayscale: #555555. Windows color (decimal): -4184022 or 2762944. OLE color: 2762944.

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

Color convert

RGB 192 40 42 -
CMYK 0 0.79 0.78 0.25
HSL 359.21º 0.66% 0.45% -
HSV(B) 359.21º 0.79% 0.75% -
XYZ 22.91 12.89 3.47 -
YUV 85.68 103.36 203.84 -
System Red Green Blue C M Y K H S L
Decimal 192 40 42 0 0.79 0.78 0.25 359.21 0.66 0.45
Hex C0 28 2A 0 4F 4E 19 167 42 2D
Octal 300 50 52 0 117 116 31 547 102 55
Binary 11000000 101000 101010 0 1001111 1001110 11001 101100111 1000010 101101

Color Harmonies of #C0282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0282A

Black with #C0282A

Text Example


Text Example

White with #C0282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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