Html Css Color HEX #CA1D5B Ruby

📋 copy color: '#CA1D5B'

red 202 ◦ green 29 ◦ blue 91

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

Shades of Ruby #CA1D5B

Tints of Ruby #CA1D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.01%

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

R = 62.73%
G = 9.01%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA1D5B (or 0xCA1D5B) is known color: Ruby. HEX triplet: CA, 1D and 5B. RGB value is (202,29,91). Sum of RGB (Red+Green+Blue) = 202+29+91=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1D5B is #35E2A4. Grayscale: #575757. Windows color (decimal): -3531429 or 5971402. OLE color: 5971402.

HSL color Cylindrical-coordinate representation of color #CA1D5B: hue angle of 338.5º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D5B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 29 91 -
CMYK 0 0.86 0.55 0.21
HSL 338.5º 0.75% 0.45% -
HSV(B) 338.5º 0.86% 0.79% -
XYZ 26.68 14.19 11.23 -
YUV 87.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 202 29 91 0 0.86 0.55 0.21 338.5 0.75 0.45
Hex CA 1D 5B 0 56 37 15 152 4B 2D
Octal 312 35 133 0 126 67 25 522 113 55
Binary 11001010 11101 1011011 0 1010110 110111 10101 101010010 1001011 101101

Color Harmonies of #CA1D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1D5B

Black with #CA1D5B

Text Example


Text Example

White with #CA1D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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