Html Css Color HEX #C02D2F Mahogany

📋 copy color: '#C02D2F'

red 192 ◦ green 45 ◦ blue 47

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

Shades of Mahogany #C02D2F

Tints of Mahogany #C02D2F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.85%

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 67.61%
G = 15.85%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C02D2F (or 0xC02D2F) is known color: Mahogany. HEX triplet: C0, 2D and 2F. RGB value is (192,45,47). Sum of RGB (Red+Green+Blue) = 192+45+47=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02D2F is #3FD2D0. Grayscale: #595959. Windows color (decimal): -4182737 or 3091904. OLE color: 3091904.

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

Color convert

RGB 192 45 47 -
CMYK 0 0.77 0.76 0.25
HSL 359.18º 0.62% 0.46% -
HSV(B) 359.18º 0.77% 0.75% -
XYZ 23.19 13.29 4.03 -
YUV 89.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 192 45 47 0 0.77 0.76 0.25 359.18 0.62 0.46
Hex C0 2D 2F 0 4D 4C 19 167 3E 2E
Octal 300 55 57 0 115 114 31 547 76 56
Binary 11000000 101101 101111 0 1001101 1001100 11001 101100111 111110 101110

Color Harmonies of #C02D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D2F

Black with #C02D2F

Text Example


Text Example

White with #C02D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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