Html Css Color HEX #C43338 Mahogany

📋 copy color: '#C43338'

red 196 ◦ green 51 ◦ blue 56

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

Shades of Mahogany #C43338

Tints of Mahogany #C43338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

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

R = 64.69%
G = 16.83%
B = 18.48%

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

#C43338 (or 0xC43338) is known color: Mahogany. HEX triplet: C4, 33 and 38. RGB value is (196,51,56). Sum of RGB (Red+Green+Blue) = 196+51+56=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C43338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43338 is #3BCCC7. Grayscale: #5F5F5F. Windows color (decimal): -3919048 or 3683268. OLE color: 3683268.

HSL color Cylindrical-coordinate representation of color #C43338: hue angle of 357.93º 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 #C43338 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 51 56 -
CMYK 0 0.74 0.71 0.23
HSL 357.93º 0.59% 0.48% -
HSV(B) 357.93º 0.74% 0.77% -
XYZ 24.66 14.39 5.22 -
YUV 94.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 196 51 56 0 0.74 0.71 0.23 357.93 0.59 0.48
Hex C4 33 38 0 4A 47 17 166 3B 30
Octal 304 63 70 0 112 107 27 546 73 60
Binary 11000100 110011 111000 0 1001010 1000111 10111 101100110 111011 110000

Color Harmonies of #C43338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43338

Black with #C43338

Text Example


Text Example

White with #C43338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43338; }

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

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

background-color css

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

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

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

border-color css

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

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

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