Html Css Color HEX #CA1B5F Ruby

📋 copy color: '#CA1B5F'

red 202 ◦ green 27 ◦ blue 95

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

Shades of Ruby #CA1B5F

Tints of Ruby #CA1B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.33%

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

R = 62.35%
G = 8.33%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA1B5F (or 0xCA1B5F) is known color: Ruby. HEX triplet: CA, 1B and 5F. RGB value is (202,27,95). Sum of RGB (Red+Green+Blue) = 202+27+95=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1B5F is #35E4A0. Grayscale: #565656. Windows color (decimal): -3531937 or 6233034. OLE color: 6233034.

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

Color convert

RGB 202 27 95 -
CMYK 0 0.87 0.53 0.21
HSL 336.69º 0.76% 0.45% -
HSV(B) 336.69º 0.87% 0.79% -
XYZ 26.81 14.17 12.15 -
YUV 87.08 132.48 209.97 -
System Red Green Blue C M Y K H S L
Decimal 202 27 95 0 0.87 0.53 0.21 336.69 0.76 0.45
Hex CA 1B 5F 0 57 35 15 151 4C 2D
Octal 312 33 137 0 127 65 25 521 114 55
Binary 11001010 11011 1011111 0 1010111 110101 10101 101010001 1001100 101101

Color Harmonies of #CA1B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1B5F

Black with #CA1B5F

Text Example


Text Example

White with #CA1B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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