Html Css Color HEX #CA363B Mahogany

📋 copy color: '#CA363B'

red 202 ◦ green 54 ◦ blue 59

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

Shades of Mahogany #CA363B

Tints of Mahogany #CA363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.14%

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

R = 64.13%
G = 17.14%
B = 18.73%

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

#CA363B (or 0xCA363B) is known color: Mahogany. HEX triplet: CA, 36 and 3B. RGB value is (202,54,59). Sum of RGB (Red+Green+Blue) = 202+54+59=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA363B is #35C9C4. Grayscale: #626262. Windows color (decimal): -3525061 or 3880650. OLE color: 3880650.

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

Color convert

RGB 202 54 59 -
CMYK 0 0.73 0.71 0.21
HSL 357.97º 0.58% 0.5% -
HSV(B) 357.97º 0.73% 0.79% -
XYZ 26.47 15.51 5.74 -
YUV 98.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 202 54 59 0 0.73 0.71 0.21 357.97 0.58 0.5
Hex CA 36 3B 0 49 47 15 166 3A 32
Octal 312 66 73 0 111 107 25 546 72 62
Binary 11001010 110110 111011 0 1001001 1000111 10101 101100110 111010 110010

Color Harmonies of #CA363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA363B

Black with #CA363B

Text Example


Text Example

White with #CA363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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