Html Css Color HEX #C0323A Mahogany

📋 copy color: '#C0323A'

red 192 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #C0323A

Tints of Mahogany #C0323A

RGB

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

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

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

R = 64%
G = 16.67%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0323A (or 0xC0323A) is known color: Mahogany. HEX triplet: C0, 32 and 3A. RGB value is (192,50,58). Sum of RGB (Red+Green+Blue) = 192+50+58=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C0323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0323A is #3FCDC5. Grayscale: #5D5D5D. Windows color (decimal): -4181446 or 3814080. OLE color: 3814080.

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

Color convert

RGB 192 50 58 -
CMYK 0 0.74 0.70 0.25
HSL 356.62º 0.59% 0.47% -
HSV(B) 356.62º 0.74% 0.75% -
XYZ 23.64 13.79 5.42 -
YUV 93.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 192 50 58 0 0.74 0.70 0.25 356.62 0.59 0.47
Hex C0 32 3A 0 4A 46 19 165 3B 2F
Octal 300 62 72 0 112 106 31 545 73 57
Binary 11000000 110010 111010 0 1001010 1000110 11001 101100101 111011 101111

Color Harmonies of #C0323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0323A

Black with #C0323A

Text Example


Text Example

White with #C0323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0323A; }

 p { color: rgb(192,50,58); }

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

background-color css

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

 a { background-color: rgb(192,50,58); }

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

border-color css

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

 span { border-color: rgb(192,50,58); }

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