Html Css Color HEX #CA155D Ruby

📋 copy color: '#CA155D'

red 202 ◦ green 21 ◦ blue 93

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

Shades of Ruby #CA155D

Tints of Ruby #CA155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 63.92%
G = 6.65%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA155D (or 0xCA155D) is known color: Ruby. HEX triplet: CA, 15 and 5D. RGB value is (202,21,93). Sum of RGB (Red+Green+Blue) = 202+21+93=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA155D is #35EAA2. Grayscale: #535353. Windows color (decimal): -3533475 or 6100426. OLE color: 6100426.

HSL color Cylindrical-coordinate representation of color #CA155D: hue angle of 336.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA155D is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 93 -
CMYK 0 0.90 0.54 0.21
HSL 336.13º 0.81% 0.44% -
HSV(B) 336.13º 0.9% 0.79% -
XYZ 26.6 13.88 11.63 -
YUV 83.33 133.47 212.65 -
System Red Green Blue C M Y K H S L
Decimal 202 21 93 0 0.90 0.54 0.21 336.13 0.81 0.44
Hex CA 15 5D 0 5A 36 15 150 51 2C
Octal 312 25 135 0 132 66 25 520 121 54
Binary 11001010 10101 1011101 0 1011010 110110 10101 101010000 1010001 101100

Color Harmonies of #CA155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA155D

Black with #CA155D

Text Example


Text Example

White with #CA155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA155D; }

 p { color: rgb(202,21,93); }

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

background-color css

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

 a { background-color: rgb(202,21,93); }

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

border-color css

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

 span { border-color: rgb(202,21,93); }

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