Html Css Color HEX #C02B32 Mahogany

📋 copy color: '#C02B32'

red 192 ◦ green 43 ◦ blue 50

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

Shades of Mahogany #C02B32

Tints of Mahogany #C02B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 67.37%
G = 15.09%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C02B32 (or 0xC02B32) is known color: Mahogany. HEX triplet: C0, 2B and 32. RGB value is (192,43,50). Sum of RGB (Red+Green+Blue) = 192+43+50=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B32 is #3FD4CD. Grayscale: #585858. Windows color (decimal): -4183246 or 3288000. OLE color: 3288000.

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

Color convert

RGB 192 43 50 -
CMYK 0 0.78 0.74 0.25
HSL 357.18º 0.63% 0.46% -
HSV(B) 357.18º 0.78% 0.75% -
XYZ 23.18 13.16 4.34 -
YUV 88.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 192 43 50 0 0.78 0.74 0.25 357.18 0.63 0.46
Hex C0 2B 32 0 4E 4A 19 165 3F 2E
Octal 300 53 62 0 116 112 31 545 77 56
Binary 11000000 101011 110010 0 1001110 1001010 11001 101100101 111111 101110

Color Harmonies of #C02B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B32

Black with #C02B32

Text Example


Text Example

White with #C02B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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