Html Css Color HEX #C02D35 Mahogany

📋 copy color: '#C02D35'

red 192 ◦ green 45 ◦ blue 53

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

Shades of Mahogany #C02D35

Tints of Mahogany #C02D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 66.21%
G = 15.52%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C02D35 (or 0xC02D35) is known color: Mahogany. HEX triplet: C0, 2D and 35. RGB value is (192,45,53). Sum of RGB (Red+Green+Blue) = 192+45+53=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02D35 is #3FD2CA. Grayscale: #595959. Windows color (decimal): -4182731 or 3485120. OLE color: 3485120.

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

Color convert

RGB 192 45 53 -
CMYK 0 0.77 0.72 0.25
HSL 356.73º 0.62% 0.46% -
HSV(B) 356.73º 0.77% 0.75% -
XYZ 23.32 13.34 4.71 -
YUV 89.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 192 45 53 0 0.77 0.72 0.25 356.73 0.62 0.46
Hex C0 2D 35 0 4D 48 19 165 3E 2E
Octal 300 55 65 0 115 110 31 545 76 56
Binary 11000000 101101 110101 0 1001101 1001000 11001 101100101 111110 101110

Color Harmonies of #C02D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D35

Black with #C02D35

Text Example


Text Example

White with #C02D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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