Html Css Color HEX #CA0B5B Ruby

📋 copy color: '#CA0B5B'

red 202 ◦ green 11 ◦ blue 91

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

Shades of Ruby #CA0B5B

Tints of Ruby #CA0B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.62%

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

R = 66.45%
G = 3.62%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA0B5B (or 0xCA0B5B) is known color: Ruby. HEX triplet: CA, 0B and 5B. RGB value is (202,11,91). Sum of RGB (Red+Green+Blue) = 202+11+91=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0B5B is #35F4A4. Grayscale: #4D4D4D. Windows color (decimal): -3536037 or 5966794. OLE color: 5966794.

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

Color convert

RGB 202 11 91 -
CMYK 0 0.95 0.55 0.21
HSL 334.87º 0.9% 0.42% -
HSV(B) 334.87º 0.95% 0.79% -
XYZ 26.37 13.55 11.12 -
YUV 77.23 135.78 217 -
System Red Green Blue C M Y K H S L
Decimal 202 11 91 0 0.95 0.55 0.21 334.87 0.9 0.42
Hex CA B 5B 0 5F 37 15 14F 5A 2A
Octal 312 13 133 0 137 67 25 517 132 52
Binary 11001010 1011 1011011 0 1011111 110111 10101 101001111 1011010 101010

Color Harmonies of #CA0B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0B5B

Black with #CA0B5B

Text Example


Text Example

White with #CA0B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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