Html Css Color HEX #CA2E3A Mahogany

📋 copy color: '#CA2E3A'

red 202 ◦ green 46 ◦ blue 58

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

Shades of Mahogany #CA2E3A

Tints of Mahogany #CA2E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 66.01%
G = 15.03%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA2E3A (or 0xCA2E3A) is known color: Mahogany. HEX triplet: CA, 2E and 3A. RGB value is (202,46,58). Sum of RGB (Red+Green+Blue) = 202+46+58=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E3A is #35D1C5. Grayscale: #5E5E5E. Windows color (decimal): -3527110 or 3813066. OLE color: 3813066.

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

Color convert

RGB 202 46 58 -
CMYK 0 0.77 0.71 0.21
HSL 355.38º 0.63% 0.49% -
HSV(B) 355.38º 0.77% 0.79% -
XYZ 26.1 14.82 5.49 -
YUV 94.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 202 46 58 0 0.77 0.71 0.21 355.38 0.63 0.49
Hex CA 2E 3A 0 4D 47 15 163 3F 31
Octal 312 56 72 0 115 107 25 543 77 61
Binary 11001010 101110 111010 0 1001101 1000111 10101 101100011 111111 110001

Color Harmonies of #CA2E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2E3A

Black with #CA2E3A

Text Example


Text Example

White with #CA2E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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