Html Css Color HEX #CA045B Ruby

📋 copy color: '#CA045B'

red 202 ◦ green 4 ◦ blue 91

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

Shades of Ruby #CA045B

Tints of Ruby #CA045B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 68.01%
G = 1.35%
B = 30.64%

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

#CA045B (or 0xCA045B) is known color: Ruby. HEX triplet: CA, 04 and 5B. RGB value is (202,4,91). Sum of RGB (Red+Green+Blue) = 202+4+91=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA045B is #35FBA4. Grayscale: #484848. Windows color (decimal): -3537829 or 5965002. OLE color: 5965002.

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

Color convert

RGB 202 4 91 -
CMYK 0 0.98 0.55 0.21
HSL 333.64º 0.96% 0.4% -
HSV(B) 333.64º 0.98% 0.79% -
XYZ 26.29 13.4 11.1 -
YUV 73.12 138.1 219.93 -
System Red Green Blue C M Y K H S L
Decimal 202 4 91 0 0.98 0.55 0.21 333.64 0.96 0.4
Hex CA 4 5B 0 62 37 15 14E 60 28
Octal 312 4 133 0 142 67 25 516 140 50
Binary 11001010 100 1011011 0 1100010 110111 10101 101001110 1100000 101000

Color Harmonies of #CA045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA045B

Black with #CA045B

Text Example


Text Example

White with #CA045B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA045B; }

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

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

background-color css

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

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

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

border-color css

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

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

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