Html Css Color HEX #C03238 Mahogany

📋 copy color: '#C03238'

red 192 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #C03238

Tints of Mahogany #C03238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 64.43%
G = 16.78%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C03238 (or 0xC03238) is known color: Mahogany. HEX triplet: C0, 32 and 38. RGB value is (192,50,56). Sum of RGB (Red+Green+Blue) = 192+50+56=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C03238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03238 is #3FCDC7. Grayscale: #5D5D5D. Windows color (decimal): -4181448 or 3683008. OLE color: 3683008.

HSL color Cylindrical-coordinate representation of color #C03238: hue angle of 357.46º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03238 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 56 -
CMYK 0 0.74 0.71 0.25
HSL 357.46º 0.59% 0.47% -
HSV(B) 357.46º 0.74% 0.75% -
XYZ 23.59 13.77 5.16 -
YUV 93.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 192 50 56 0 0.74 0.71 0.25 357.46 0.59 0.47
Hex C0 32 38 0 4A 47 19 165 3B 2F
Octal 300 62 70 0 112 107 31 545 73 57
Binary 11000000 110010 111000 0 1001010 1000111 11001 101100101 111011 101111

Color Harmonies of #C03238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03238

Black with #C03238

Text Example


Text Example

White with #C03238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03238; }

 p { color: rgb(192,50,56); }

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

background-color css

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

 a { background-color: rgb(192,50,56); }

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

border-color css

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

 span { border-color: rgb(192,50,56); }

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