Html Css Color HEX #CA1853 Ruby

📋 copy color: '#CA1853'

red 202 ◦ green 24 ◦ blue 83

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

Shades of Ruby #CA1853

Tints of Ruby #CA1853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.77%

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

R = 65.37%
G = 7.77%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA1853 (or 0xCA1853) is known color: Ruby. HEX triplet: CA, 18 and 53. RGB value is (202,24,83). Sum of RGB (Red+Green+Blue) = 202+24+83=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1853 is #35E7AC. Grayscale: #535353. Windows color (decimal): -3532717 or 5445834. OLE color: 5445834.

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

Color convert

RGB 202 24 83 -
CMYK 0 0.88 0.59 0.21
HSL 340.11º 0.79% 0.44% -
HSV(B) 340.11º 0.88% 0.79% -
XYZ 26.25 13.83 9.47 -
YUV 83.95 127.47 212.2 -
System Red Green Blue C M Y K H S L
Decimal 202 24 83 0 0.88 0.59 0.21 340.11 0.79 0.44
Hex CA 18 53 0 58 3B 15 154 4F 2C
Octal 312 30 123 0 130 73 25 524 117 54
Binary 11001010 11000 1010011 0 1011000 111011 10101 101010100 1001111 101100

Color Harmonies of #CA1853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1853

Black with #CA1853

Text Example


Text Example

White with #CA1853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1853; }

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

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

background-color css

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

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

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

border-color css

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

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

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