Html Css Color HEX #CA0853 Ruby

📋 copy color: '#CA0853'

red 202 ◦ green 8 ◦ blue 83

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

Shades of Ruby #CA0853

Tints of Ruby #CA0853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.73%

 BLUE value IS 83 (32.81% from 255) = 28.33%

R = 68.94%
G = 2.73%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA0853 (or 0xCA0853) is known color: Ruby. HEX triplet: CA, 08 and 53. RGB value is (202,8,83). Sum of RGB (Red+Green+Blue) = 202+8+83=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0853 is #35F7AC. Grayscale: #4A4A4A. Windows color (decimal): -3536813 or 5441738. OLE color: 5441738.

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

Color convert

RGB 202 8 83 -
CMYK 0 0.96 0.59 0.21
HSL 336.8º 0.92% 0.41% -
HSV(B) 336.8º 0.96% 0.79% -
XYZ 26.01 13.35 9.39 -
YUV 74.56 132.77 218.9 -
System Red Green Blue C M Y K H S L
Decimal 202 8 83 0 0.96 0.59 0.21 336.8 0.92 0.41
Hex CA 8 53 0 60 3B 15 151 5C 29
Octal 312 10 123 0 140 73 25 521 134 51
Binary 11001010 1000 1010011 0 1100000 111011 10101 101010001 1011100 101001

Color Harmonies of #CA0853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0853

Black with #CA0853

Text Example


Text Example

White with #CA0853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0853; }

 p { color: rgb(202,8,83); }

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

background-color css

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

 a { background-color: rgb(202,8,83); }

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

border-color css

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

 span { border-color: rgb(202,8,83); }

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