Html Css Color HEX #C0262C Mahogany

📋 copy color: '#C0262C'

red 192 ◦ green 38 ◦ blue 44

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

Shades of Mahogany #C0262C

Tints of Mahogany #C0262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.87%

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

R = 70.07%
G = 13.87%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0262C (or 0xC0262C) is known color: Mahogany. HEX triplet: C0, 26 and 2C. RGB value is (192,38,44). Sum of RGB (Red+Green+Blue) = 192+38+44=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0262C is #3FD9D3. Grayscale: #545454. Windows color (decimal): -4184532 or 2893504. OLE color: 2893504.

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

Color convert

RGB 192 38 44 -
CMYK 0 0.80 0.77 0.25
HSL 357.66º 0.67% 0.45% -
HSV(B) 357.66º 0.8% 0.75% -
XYZ 22.89 12.77 3.64 -
YUV 84.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 192 38 44 0 0.80 0.77 0.25 357.66 0.67 0.45
Hex C0 26 2C 0 50 4D 19 166 43 2D
Octal 300 46 54 0 120 115 31 546 103 55
Binary 11000000 100110 101100 0 1010000 1001101 11001 101100110 1000011 101101

Color Harmonies of #C0262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0262C

Black with #C0262C

Text Example


Text Example

White with #C0262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0262C; }

 p { color: rgb(192,38,44); }

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

background-color css

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

 a { background-color: rgb(192,38,44); }

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

border-color css

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

 span { border-color: rgb(192,38,44); }

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