Html Css Color HEX #C2272B Mahogany

📋 copy color: '#C2272B'

red 194 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #C2272B

Tints of Mahogany #C2272B

RGB

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

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

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

R = 70.29%
G = 14.13%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2272B (or 0xC2272B) is known color: Mahogany. HEX triplet: C2, 27 and 2B. RGB value is (194,39,43). Sum of RGB (Red+Green+Blue) = 194+39+43=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2272B is #3DD8D4. Grayscale: #555555. Windows color (decimal): -4053205 or 2828226. OLE color: 2828226.

HSL color Cylindrical-coordinate representation of color #C2272B: hue angle of 358.45º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2272B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 43 -
CMYK 0 0.80 0.78 0.24
HSL 358.45º 0.67% 0.46% -
HSV(B) 358.45º 0.8% 0.76% -
XYZ 23.41 13.09 3.58 -
YUV 85.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 194 39 43 0 0.80 0.78 0.24 358.45 0.67 0.46
Hex C2 27 2B 0 50 4E 18 166 43 2E
Octal 302 47 53 0 120 116 30 546 103 56
Binary 11000010 100111 101011 0 1010000 1001110 11000 101100110 1000011 101110

Color Harmonies of #C2272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2272B

Black with #C2272B

Text Example


Text Example

White with #C2272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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