Html Css Color HEX #C02F34 Mahogany

📋 copy color: '#C02F34'

red 192 ◦ green 47 ◦ blue 52

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

Shades of Mahogany #C02F34

Tints of Mahogany #C02F34

RGB

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

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

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

R = 65.98%
G = 16.15%
B = 17.87%

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

#C02F34 (or 0xC02F34) is known color: Mahogany. HEX triplet: C0, 2F and 34. RGB value is (192,47,52). Sum of RGB (Red+Green+Blue) = 192+47+52=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F34 is #3FD0CB. Grayscale: #5B5B5B. Windows color (decimal): -4182220 or 3420096. OLE color: 3420096.

HSL color Cylindrical-coordinate representation of color #C02F34: hue angle of 357.93º 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 #C02F34 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 47 52 -
CMYK 0 0.76 0.73 0.25
HSL 357.93º 0.61% 0.47% -
HSV(B) 357.93º 0.76% 0.75% -
XYZ 23.37 13.49 4.62 -
YUV 90.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 192 47 52 0 0.76 0.73 0.25 357.93 0.61 0.47
Hex C0 2F 34 0 4C 49 19 166 3D 2F
Octal 300 57 64 0 114 111 31 546 75 57
Binary 11000000 101111 110100 0 1001100 1001001 11001 101100110 111101 101111

Color Harmonies of #C02F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02F34

Black with #C02F34

Text Example


Text Example

White with #C02F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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