Html Css Color HEX #C2282C Mahogany

📋 copy color: '#C2282C'

red 194 ◦ green 40 ◦ blue 44

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

Shades of Mahogany #C2282C

Tints of Mahogany #C2282C

RGB

 RED value IS 194 (76.17% from 255) = 69.78%

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

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 69.78%
G = 14.39%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2282C (or 0xC2282C) is known color: Mahogany. HEX triplet: C2, 28 and 2C. RGB value is (194,40,44). Sum of RGB (Red+Green+Blue) = 194+40+44=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C2282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2282C is #3DD7D3. Grayscale: #565656. Windows color (decimal): -4052948 or 2894018. OLE color: 2894018.

HSL color Cylindrical-coordinate representation of color #C2282C: hue angle of 358.44º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2282C is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 40 44 -
CMYK 0 0.79 0.77 0.24
HSL 358.44º 0.66% 0.46% -
HSV(B) 358.44º 0.79% 0.76% -
XYZ 23.46 13.17 3.69 -
YUV 86.5 104.02 204.67 -
System Red Green Blue C M Y K H S L
Decimal 194 40 44 0 0.79 0.77 0.24 358.44 0.66 0.46
Hex C2 28 2C 0 4F 4D 18 166 42 2E
Octal 302 50 54 0 117 115 30 546 102 56
Binary 11000010 101000 101100 0 1001111 1001101 11000 101100110 1000010 101110

Color Harmonies of #C2282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2282C

Black with #C2282C

Text Example


Text Example

White with #C2282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2282C; }

 p { color: rgb(194,40,44); }

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

background-color css

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

 a { background-color: rgb(194,40,44); }

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

border-color css

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

 span { border-color: rgb(194,40,44); }

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