Html Css Color HEX #CA125A Ruby

📋 copy color: '#CA125A'

red 202 ◦ green 18 ◦ blue 90

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

Shades of Ruby #CA125A

Tints of Ruby #CA125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 65.16%
G = 5.81%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA125A (or 0xCA125A) is known color: Ruby. HEX triplet: CA, 12 and 5A. RGB value is (202,18,90). Sum of RGB (Red+Green+Blue) = 202+18+90=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA125A is #35EDA5. Grayscale: #515151. Windows color (decimal): -3534246 or 5903050. OLE color: 5903050.

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

Color convert

RGB 202 18 90 -
CMYK 0 0.91 0.55 0.21
HSL 336.52º 0.84% 0.43% -
HSV(B) 336.52º 0.91% 0.79% -
XYZ 26.42 13.73 10.93 -
YUV 81.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 202 18 90 0 0.91 0.55 0.21 336.52 0.84 0.43
Hex CA 12 5A 0 5B 37 15 151 54 2B
Octal 312 22 132 0 133 67 25 521 124 53
Binary 11001010 10010 1011010 0 1011011 110111 10101 101010001 1010100 101011

Color Harmonies of #CA125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA125A

Black with #CA125A

Text Example


Text Example

White with #CA125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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