Html Css Color HEX #CA2F3A Mahogany

📋 copy color: '#CA2F3A'

red 202 ◦ green 47 ◦ blue 58

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

Shades of Mahogany #CA2F3A

Tints of Mahogany #CA2F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

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

R = 65.8%
G = 15.31%
B = 18.89%

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

#CA2F3A (or 0xCA2F3A) is known color: Mahogany. HEX triplet: CA, 2F and 3A. RGB value is (202,47,58). Sum of RGB (Red+Green+Blue) = 202+47+58=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F3A is #35D0C5. Grayscale: #5E5E5E. Windows color (decimal): -3526854 or 3813322. OLE color: 3813322.

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

Color convert

RGB 202 47 58 -
CMYK 0 0.77 0.71 0.21
HSL 355.74º 0.62% 0.49% -
HSV(B) 355.74º 0.77% 0.79% -
XYZ 26.14 14.9 5.5 -
YUV 94.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 202 47 58 0 0.77 0.71 0.21 355.74 0.62 0.49
Hex CA 2F 3A 0 4D 47 15 164 3E 31
Octal 312 57 72 0 115 107 25 544 76 61
Binary 11001010 101111 111010 0 1001101 1000111 10101 101100100 111110 110001

Color Harmonies of #CA2F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F3A

Black with #CA2F3A

Text Example


Text Example

White with #CA2F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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