Html Css Color HEX #CA045A Ruby

📋 copy color: '#CA045A'

red 202 ◦ green 4 ◦ blue 90

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

Shades of Ruby #CA045A

Tints of Ruby #CA045A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

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

R = 68.24%
G = 1.35%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA045A (or 0xCA045A) is known color: Ruby. HEX triplet: CA, 04 and 5A. RGB value is (202,4,90). Sum of RGB (Red+Green+Blue) = 202+4+90=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA045A is #35FBA5. Grayscale: #484848. Windows color (decimal): -3537830 or 5899466. OLE color: 5899466.

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

Color convert

RGB 202 4 90 -
CMYK 0 0.98 0.55 0.21
HSL 333.94º 0.96% 0.4% -
HSV(B) 333.94º 0.98% 0.79% -
XYZ 26.25 13.38 10.87 -
YUV 73.01 137.6 220.01 -
System Red Green Blue C M Y K H S L
Decimal 202 4 90 0 0.98 0.55 0.21 333.94 0.96 0.4
Hex CA 4 5A 0 62 37 15 14E 60 28
Octal 312 4 132 0 142 67 25 516 140 50
Binary 11001010 100 1011010 0 1100010 110111 10101 101001110 1100000 101000

Color Harmonies of #CA045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA045A

Black with #CA045A

Text Example


Text Example

White with #CA045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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