Html Css Color HEX #CA2E32 Mahogany

📋 copy color: '#CA2E32'

red 202 ◦ green 46 ◦ blue 50

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

Shades of Mahogany #CA2E32

Tints of Mahogany #CA2E32

RGB

 RED value IS 202 (79.3% from 255) = 67.79%

 GREEN value IS 46 (18.36% from 255) = 15.44%

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 67.79%
G = 15.44%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA2E32 (or 0xCA2E32) is known color: Mahogany. HEX triplet: CA, 2E and 32. RGB value is (202,46,50). Sum of RGB (Red+Green+Blue) = 202+46+50=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E32 is #35D1CD. Grayscale: #5D5D5D. Windows color (decimal): -3527118 or 3288778. OLE color: 3288778.

HSL color Cylindrical-coordinate representation of color #CA2E32: hue angle of 358.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E32 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 46 50 -
CMYK 0 0.77 0.75 0.21
HSL 358.46º 0.63% 0.49% -
HSV(B) 358.46º 0.77% 0.79% -
XYZ 25.91 14.74 4.5 -
YUV 93.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 202 46 50 0 0.77 0.75 0.21 358.46 0.63 0.49
Hex CA 2E 32 0 4D 4B 15 166 3F 31
Octal 312 56 62 0 115 113 25 546 77 61
Binary 11001010 101110 110010 0 1001101 1001011 10101 101100110 111111 110001

Color Harmonies of #CA2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2E32

Black with #CA2E32

Text Example


Text Example

White with #CA2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2E32; }

 p { color: rgb(202,46,50); }

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

background-color css

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

 a { background-color: rgb(202,46,50); }

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

border-color css

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

 span { border-color: rgb(202,46,50); }

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