Html Css Color HEX #C03038 Mahogany

📋 copy color: '#C03038'

red 192 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #C03038

Tints of Mahogany #C03038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

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

R = 64.86%
G = 16.22%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C03038 (or 0xC03038) is known color: Mahogany. HEX triplet: C0, 30 and 38. RGB value is (192,48,56). Sum of RGB (Red+Green+Blue) = 192+48+56=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C03038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03038 is #3FCFC7. Grayscale: #5C5C5C. Windows color (decimal): -4181960 or 3682496. OLE color: 3682496.

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

Color convert

RGB 192 48 56 -
CMYK 0 0.75 0.71 0.25
HSL 356.67º 0.6% 0.47% -
HSV(B) 356.67º 0.75% 0.75% -
XYZ 23.51 13.61 5.13 -
YUV 91.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 192 48 56 0 0.75 0.71 0.25 356.67 0.6 0.47
Hex C0 30 38 0 4B 47 19 165 3C 2F
Octal 300 60 70 0 113 107 31 545 74 57
Binary 11000000 110000 111000 0 1001011 1000111 11001 101100101 111100 101111

Color Harmonies of #C03038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03038

Black with #C03038

Text Example


Text Example

White with #C03038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03038; }

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

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

background-color css

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

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

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

border-color css

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

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

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