Html Css Color HEX #CA0364 Ruby

📋 copy color: '#CA0364'

red 202 ◦ green 3 ◦ blue 100

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

Shades of Ruby #CA0364

Tints of Ruby #CA0364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 66.23%
G = 0.98%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA0364 (or 0xCA0364) is known color: Ruby. HEX triplet: CA, 03 and 64. RGB value is (202,3,100). Sum of RGB (Red+Green+Blue) = 202+3+100=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0364 is #35FC9B. Grayscale: #494949. Windows color (decimal): -3538076 or 6554570. OLE color: 6554570.

HSL color Cylindrical-coordinate representation of color #CA0364: hue angle of 330.75º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0364 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 100 -
CMYK 0 0.99 0.50 0.21
HSL 330.75º 0.97% 0.4% -
HSV(B) 330.75º 0.99% 0.79% -
XYZ 26.69 13.54 13.26 -
YUV 73.56 142.93 219.61 -
System Red Green Blue C M Y K H S L
Decimal 202 3 100 0 0.99 0.50 0.21 330.75 0.97 0.4
Hex CA 3 64 0 63 32 15 14B 61 28
Octal 312 3 144 0 143 62 25 513 141 50
Binary 11001010 11 1100100 0 1100011 110010 10101 101001011 1100001 101000

Color Harmonies of #CA0364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0364

Black with #CA0364

Text Example


Text Example

White with #CA0364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0364; }

 p { color: rgb(202,3,100); }

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

background-color css

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

 a { background-color: rgb(202,3,100); }

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

border-color css

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

 span { border-color: rgb(202,3,100); }

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