Html Css Color HEX #C43038 Mahogany

📋 copy color: '#C43038'

red 196 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #C43038

Tints of Mahogany #C43038

RGB

 RED value IS 196 (76.95% from 255) = 65.33%

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

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

R = 65.33%
G = 16%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C43038 (or 0xC43038) is known color: Mahogany. HEX triplet: C4, 30 and 38. RGB value is (196,48,56). Sum of RGB (Red+Green+Blue) = 196+48+56=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C43038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43038 is #3BCFC7. Grayscale: #5D5D5D. Windows color (decimal): -3919816 or 3682500. OLE color: 3682500.

HSL color Cylindrical-coordinate representation of color #C43038: hue angle of 356.76º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43038 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 48 56 -
CMYK 0 0.76 0.71 0.23
HSL 356.76º 0.61% 0.48% -
HSV(B) 356.76º 0.76% 0.77% -
XYZ 24.54 14.14 5.18 -
YUV 93.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 196 48 56 0 0.76 0.71 0.23 356.76 0.61 0.48
Hex C4 30 38 0 4C 47 17 165 3D 30
Octal 304 60 70 0 114 107 27 545 75 60
Binary 11000100 110000 111000 0 1001100 1000111 10111 101100101 111101 110000

Color Harmonies of #C43038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43038

Black with #C43038

Text Example


Text Example

White with #C43038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43038; }

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

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

background-color css

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

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

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

border-color css

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

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

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