Html Css Color HEX #CA155B Ruby

📋 copy color: '#CA155B'

red 202 ◦ green 21 ◦ blue 91

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

Shades of Ruby #CA155B

Tints of Ruby #CA155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 64.33%
G = 6.69%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA155B (or 0xCA155B) is known color: Ruby. HEX triplet: CA, 15 and 5B. RGB value is (202,21,91). Sum of RGB (Red+Green+Blue) = 202+21+91=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA155B is #35EAA4. Grayscale: #535353. Windows color (decimal): -3533477 or 5969354. OLE color: 5969354.

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

Color convert

RGB 202 21 91 -
CMYK 0 0.90 0.55 0.21
HSL 336.8º 0.81% 0.44% -
HSV(B) 336.8º 0.9% 0.79% -
XYZ 26.51 13.85 11.17 -
YUV 83.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 202 21 91 0 0.90 0.55 0.21 336.8 0.81 0.44
Hex CA 15 5B 0 5A 37 15 151 51 2C
Octal 312 25 133 0 132 67 25 521 121 54
Binary 11001010 10101 1011011 0 1011010 110111 10101 101010001 1010001 101100

Color Harmonies of #CA155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA155B

Black with #CA155B

Text Example


Text Example

White with #CA155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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