Html Css Color HEX #C03034 Mahogany

📋 copy color: '#C03034'

red 192 ◦ green 48 ◦ blue 52

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

Shades of Mahogany #C03034

Tints of Mahogany #C03034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 65.75%
G = 16.44%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C03034 (or 0xC03034) is known color: Mahogany. HEX triplet: C0, 30 and 34. RGB value is (192,48,52). Sum of RGB (Red+Green+Blue) = 192+48+52=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C03034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03034 is #3FCFCB. Grayscale: #5B5B5B. Windows color (decimal): -4181964 or 3420352. OLE color: 3420352.

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

Color convert

RGB 192 48 52 -
CMYK 0 0.75 0.73 0.25
HSL 358.33º 0.6% 0.47% -
HSV(B) 358.33º 0.75% 0.75% -
XYZ 23.42 13.57 4.63 -
YUV 91.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 192 48 52 0 0.75 0.73 0.25 358.33 0.6 0.47
Hex C0 30 34 0 4B 49 19 166 3C 2F
Octal 300 60 64 0 113 111 31 546 74 57
Binary 11000000 110000 110100 0 1001011 1001001 11001 101100110 111100 101111

Color Harmonies of #C03034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03034

Black with #C03034

Text Example


Text Example

White with #C03034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03034; }

 p { color: rgb(192,48,52); }

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

background-color css

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

 a { background-color: rgb(192,48,52); }

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

border-color css

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

 span { border-color: rgb(192,48,52); }

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