Html Css Color HEX #C02F33 Mahogany

📋 copy color: '#C02F33'

red 192 ◦ green 47 ◦ blue 51

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

Shades of Mahogany #C02F33

Tints of Mahogany #C02F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

 BLUE value IS 51 (20.31% from 255) = 17.59%

R = 66.21%
G = 16.21%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C02F33 (or 0xC02F33) is known color: Mahogany. HEX triplet: C0, 2F and 33. RGB value is (192,47,51). Sum of RGB (Red+Green+Blue) = 192+47+51=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F33 is #3FD0CC. Grayscale: #5A5A5A. Windows color (decimal): -4182221 or 3354560. OLE color: 3354560.

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

Color convert

RGB 192 47 51 -
CMYK 0 0.76 0.73 0.25
HSL 358.34º 0.61% 0.47% -
HSV(B) 358.34º 0.76% 0.75% -
XYZ 23.35 13.48 4.5 -
YUV 90.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 192 47 51 0 0.76 0.73 0.25 358.34 0.61 0.47
Hex C0 2F 33 0 4C 49 19 166 3D 2F
Octal 300 57 63 0 114 111 31 546 75 57
Binary 11000000 101111 110011 0 1001100 1001001 11001 101100110 111101 101111

Color Harmonies of #C02F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02F33

Black with #C02F33

Text Example


Text Example

White with #C02F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02F33; }

 p { color: rgb(192,47,51); }

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

background-color css

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

 a { background-color: rgb(192,47,51); }

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

border-color css

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

 span { border-color: rgb(192,47,51); }

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