Html Css Color HEX #CA0A54 Ruby

📋 copy color: '#CA0A54'

red 202 ◦ green 10 ◦ blue 84

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

Shades of Ruby #CA0A54

Tints of Ruby #CA0A54

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.38%

 BLUE value IS 84 (33.2% from 255) = 28.38%

R = 68.24%
G = 3.38%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA0A54 (or 0xCA0A54) is known color: Ruby. HEX triplet: CA, 0A and 54. RGB value is (202,10,84). Sum of RGB (Red+Green+Blue) = 202+10+84=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0A54 is #35F5AB. Grayscale: #4B4B4B. Windows color (decimal): -3536300 or 5507786. OLE color: 5507786.

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

Color convert

RGB 202 10 84 -
CMYK 0 0.95 0.58 0.21
HSL 336.88º 0.91% 0.42% -
HSV(B) 336.88º 0.95% 0.79% -
XYZ 26.07 13.41 9.6 -
YUV 75.84 132.61 217.98 -
System Red Green Blue C M Y K H S L
Decimal 202 10 84 0 0.95 0.58 0.21 336.88 0.91 0.42
Hex CA A 54 0 5F 3A 15 151 5B 2A
Octal 312 12 124 0 137 72 25 521 133 52
Binary 11001010 1010 1010100 0 1011111 111010 10101 101010001 1011011 101010

Color Harmonies of #CA0A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0A54

Black with #CA0A54

Text Example


Text Example

White with #CA0A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0A54; }

 p { color: rgb(202,10,84); }

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

background-color css

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

 a { background-color: rgb(202,10,84); }

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

border-color css

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

 span { border-color: rgb(202,10,84); }

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