Html Css Color HEX #C02A30 Mahogany

📋 copy color: '#C02A30'

red 192 ◦ green 42 ◦ blue 48

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

Shades of Mahogany #C02A30

Tints of Mahogany #C02A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.89%

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 68.09%
G = 14.89%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C02A30 (or 0xC02A30) is known color: Mahogany. HEX triplet: C0, 2A and 30. RGB value is (192,42,48). Sum of RGB (Red+Green+Blue) = 192+42+48=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A30 is #3FD5CF. Grayscale: #575757. Windows color (decimal): -4183504 or 3156672. OLE color: 3156672.

HSL color Cylindrical-coordinate representation of color #C02A30: hue angle of 357.6º degrees, saturation: 0.64, 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 #C02A30 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 42 48 -
CMYK 0 0.78 0.75 0.25
HSL 357.6º 0.64% 0.46% -
HSV(B) 357.6º 0.78% 0.75% -
XYZ 23.1 13.08 4.1 -
YUV 87.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 192 42 48 0 0.78 0.75 0.25 357.6 0.64 0.46
Hex C0 2A 30 0 4E 4B 19 166 40 2E
Octal 300 52 60 0 116 113 31 546 100 56
Binary 11000000 101010 110000 0 1001110 1001011 11001 101100110 1000000 101110

Color Harmonies of #C02A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A30

Black with #C02A30

Text Example


Text Example

White with #C02A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A30; }

 p { color: rgb(192,42,48); }

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

background-color css

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

 a { background-color: rgb(192,42,48); }

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

border-color css

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

 span { border-color: rgb(192,42,48); }

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