Html Css Color HEX #C0252A Mahogany

📋 copy color: '#C0252A'

red 192 ◦ green 37 ◦ blue 42

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

Shades of Mahogany #C0252A

Tints of Mahogany #C0252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 70.85%
G = 13.65%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0252A (or 0xC0252A) is known color: Mahogany. HEX triplet: C0, 25 and 2A. RGB value is (192,37,42). Sum of RGB (Red+Green+Blue) = 192+37+42=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0252A is #3FDAD5. Grayscale: #545454. Windows color (decimal): -4184790 or 2762176. OLE color: 2762176.

HSL color Cylindrical-coordinate representation of color #C0252A: hue angle of 358.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0252A is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 42 -
CMYK 0 0.81 0.78 0.25
HSL 358.06º 0.68% 0.45% -
HSV(B) 358.06º 0.81% 0.75% -
XYZ 22.82 12.7 3.44 -
YUV 83.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 192 37 42 0 0.81 0.78 0.25 358.06 0.68 0.45
Hex C0 25 2A 0 51 4E 19 166 44 2D
Octal 300 45 52 0 121 116 31 546 104 55
Binary 11000000 100101 101010 0 1010001 1001110 11001 101100110 1000100 101101

Color Harmonies of #C0252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0252A

Black with #C0252A

Text Example


Text Example

White with #C0252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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