Html Css Color HEX #CA353B Mahogany

📋 copy color: '#CA353B'

red 202 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #CA353B

Tints of Mahogany #CA353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 64.33%
G = 16.88%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA353B (or 0xCA353B) is known color: Mahogany. HEX triplet: CA, 35 and 3B. RGB value is (202,53,59). Sum of RGB (Red+Green+Blue) = 202+53+59=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA353B is #35CAC4. Grayscale: #626262. Windows color (decimal): -3525317 or 3880394. OLE color: 3880394.

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

Color convert

RGB 202 53 59 -
CMYK 0 0.74 0.71 0.21
HSL 357.58º 0.58% 0.5% -
HSV(B) 357.58º 0.74% 0.79% -
XYZ 26.42 15.42 5.72 -
YUV 98.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 202 53 59 0 0.74 0.71 0.21 357.58 0.58 0.5
Hex CA 35 3B 0 4A 47 15 166 3A 32
Octal 312 65 73 0 112 107 25 546 72 62
Binary 11001010 110101 111011 0 1001010 1000111 10101 101100110 111010 110010

Color Harmonies of #CA353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA353B

Black with #CA353B

Text Example


Text Example

White with #CA353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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