Html Css Color HEX #C43238 Mahogany

📋 copy color: '#C43238'

red 196 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #C43238

Tints of Mahogany #C43238

RGB

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

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

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

R = 64.9%
G = 16.56%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C43238 (or 0xC43238) is known color: Mahogany. HEX triplet: C4, 32 and 38. RGB value is (196,50,56). Sum of RGB (Red+Green+Blue) = 196+50+56=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C43238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43238 is #3BCDC7. Grayscale: #5E5E5E. Windows color (decimal): -3919304 or 3683012. OLE color: 3683012.

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

Color convert

RGB 196 50 56 -
CMYK 0 0.74 0.71 0.23
HSL 357.53º 0.59% 0.48% -
HSV(B) 357.53º 0.74% 0.77% -
XYZ 24.62 14.3 5.2 -
YUV 94.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 196 50 56 0 0.74 0.71 0.23 357.53 0.59 0.48
Hex C4 32 38 0 4A 47 17 166 3B 30
Octal 304 62 70 0 112 107 27 546 73 60
Binary 11000100 110010 111000 0 1001010 1000111 10111 101100110 111011 110000

Color Harmonies of #C43238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43238

Black with #C43238

Text Example


Text Example

White with #C43238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43238; }

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

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

background-color css

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

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

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

border-color css

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

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

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