Html Css Color HEX #CA1250 Ruby

📋 copy color: '#CA1250'

red 202 ◦ green 18 ◦ blue 80

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

Shades of Ruby #CA1250

Tints of Ruby #CA1250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

 BLUE value IS 80 (31.64% from 255) = 26.67%

R = 67.33%
G = 6%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA1250 (or 0xCA1250) is known color: Ruby. HEX triplet: CA, 12 and 50. RGB value is (202,18,80). Sum of RGB (Red+Green+Blue) = 202+18+80=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1250 is #35EDAF. Grayscale: #505050. Windows color (decimal): -3534256 or 5247690. OLE color: 5247690.

HSL color Cylindrical-coordinate representation of color #CA1250: hue angle of 339.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1250 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 18 80 -
CMYK 0 0.91 0.60 0.21
HSL 339.78º 0.84% 0.43% -
HSV(B) 339.78º 0.91% 0.79% -
XYZ 26.02 13.57 8.84 -
YUV 80.08 127.96 214.96 -
System Red Green Blue C M Y K H S L
Decimal 202 18 80 0 0.91 0.60 0.21 339.78 0.84 0.43
Hex CA 12 50 0 5B 3C 15 154 54 2B
Octal 312 22 120 0 133 74 25 524 124 53
Binary 11001010 10010 1010000 0 1011011 111100 10101 101010100 1010100 101011

Color Harmonies of #CA1250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1250

Black with #CA1250

Text Example


Text Example

White with #CA1250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1250; }

 p { color: rgb(202,18,80); }

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

background-color css

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

 a { background-color: rgb(202,18,80); }

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

border-color css

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

 span { border-color: rgb(202,18,80); }

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