Html Css Color HEX #CA035F Ruby

📋 copy color: '#CA035F'

red 202 ◦ green 3 ◦ blue 95

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

Shades of Ruby #CA035F

Tints of Ruby #CA035F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 67.33%
G = 1%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA035F (or 0xCA035F) is known color: Ruby. HEX triplet: CA, 03 and 5F. RGB value is (202,3,95). Sum of RGB (Red+Green+Blue) = 202+3+95=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA035F is #35FCA0. Grayscale: #484848. Windows color (decimal): -3538081 or 6226890. OLE color: 6226890.

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

Color convert

RGB 202 3 95 -
CMYK 0 0.99 0.53 0.21
HSL 332.26º 0.97% 0.4% -
HSV(B) 332.26º 0.99% 0.79% -
XYZ 26.46 13.45 12.03 -
YUV 72.99 140.43 220.02 -
System Red Green Blue C M Y K H S L
Decimal 202 3 95 0 0.99 0.53 0.21 332.26 0.97 0.4
Hex CA 3 5F 0 63 35 15 14C 61 28
Octal 312 3 137 0 143 65 25 514 141 50
Binary 11001010 11 1011111 0 1100011 110101 10101 101001100 1100001 101000

Color Harmonies of #CA035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA035F

Black with #CA035F

Text Example


Text Example

White with #CA035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA035F; }

 p { color: rgb(202,3,95); }

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

background-color css

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

 a { background-color: rgb(202,3,95); }

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

border-color css

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

 span { border-color: rgb(202,3,95); }

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