Html Css Color HEX #C3363A Mahogany

📋 copy color: '#C3363A'

red 195 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #C3363A

Tints of Mahogany #C3363A

RGB

 RED value IS 195 (76.56% from 255) = 63.52%

 GREEN value IS 54 (21.48% from 255) = 17.59%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 63.52%
G = 17.59%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3363A (or 0xC3363A) is known color: Mahogany. HEX triplet: C3, 36 and 3A. RGB value is (195,54,58). Sum of RGB (Red+Green+Blue) = 195+54+58=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3363A is #3CC9C5. Grayscale: #606060. Windows color (decimal): -3983814 or 3815107. OLE color: 3815107.

HSL color Cylindrical-coordinate representation of color #C3363A: hue angle of 358.3º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3363A is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 58 -
CMYK 0 0.72 0.70 0.24
HSL 358.3º 0.57% 0.49% -
HSV(B) 358.3º 0.72% 0.76% -
XYZ 24.59 14.55 5.51 -
YUV 96.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 195 54 58 0 0.72 0.70 0.24 358.3 0.57 0.49
Hex C3 36 3A 0 48 46 18 166 39 31
Octal 303 66 72 0 110 106 30 546 71 61
Binary 11000011 110110 111010 0 1001000 1000110 11000 101100110 111001 110001

Color Harmonies of #C3363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3363A

Black with #C3363A

Text Example


Text Example

White with #C3363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3363A; }

 p { color: rgb(195,54,58); }

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

background-color css

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

 a { background-color: rgb(195,54,58); }

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

border-color css

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

 span { border-color: rgb(195,54,58); }

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