Html Css Color HEX #CA373B Mahogany

📋 copy color: '#CA373B'

red 202 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #CA373B

Tints of Mahogany #CA373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 63.92%
G = 17.41%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA373B (or 0xCA373B) is known color: Mahogany. HEX triplet: CA, 37 and 3B. RGB value is (202,55,59). Sum of RGB (Red+Green+Blue) = 202+55+59=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA373B is #35C8C4. Grayscale: #636363. Windows color (decimal): -3524805 or 3880906. OLE color: 3880906.

HSL color Cylindrical-coordinate representation of color #CA373B: hue angle of 358.37º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA373B is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 55 59 -
CMYK 0 0.73 0.71 0.21
HSL 358.37º 0.58% 0.5% -
HSV(B) 358.37º 0.73% 0.79% -
XYZ 26.51 15.6 5.75 -
YUV 99.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 202 55 59 0 0.73 0.71 0.21 358.37 0.58 0.5
Hex CA 37 3B 0 49 47 15 166 3A 32
Octal 312 67 73 0 111 107 25 546 72 62
Binary 11001010 110111 111011 0 1001001 1000111 10101 101100110 111010 110010

Color Harmonies of #CA373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA373B

Black with #CA373B

Text Example


Text Example

White with #CA373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA373B; }

 p { color: rgb(202,55,59); }

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

background-color css

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

 a { background-color: rgb(202,55,59); }

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

border-color css

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

 span { border-color: rgb(202,55,59); }

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