Html Css Color HEX #C2282B Mahogany

📋 copy color: '#C2282B'

red 194 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #C2282B

Tints of Mahogany #C2282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 70.04%
G = 14.44%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2282B (or 0xC2282B) is known color: Mahogany. HEX triplet: C2, 28 and 2B. RGB value is (194,40,43). Sum of RGB (Red+Green+Blue) = 194+40+43=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2282B is #3DD7D4. Grayscale: #565656. Windows color (decimal): -4052949 or 2828482. OLE color: 2828482.

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

Color convert

RGB 194 40 43 -
CMYK 0 0.79 0.78 0.24
HSL 358.83º 0.66% 0.46% -
HSV(B) 358.83º 0.79% 0.76% -
XYZ 23.44 13.16 3.59 -
YUV 86.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 194 40 43 0 0.79 0.78 0.24 358.83 0.66 0.46
Hex C2 28 2B 0 4F 4E 18 167 42 2E
Octal 302 50 53 0 117 116 30 547 102 56
Binary 11000010 101000 101011 0 1001111 1001110 11000 101100111 1000010 101110

Color Harmonies of #C2282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2282B

Black with #C2282B

Text Example


Text Example

White with #C2282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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