Html Css Color HEX #CA1852 Ruby

📋 copy color: '#CA1852'

red 202 ◦ green 24 ◦ blue 82

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

Shades of Ruby #CA1852

Tints of Ruby #CA1852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.62%

R = 65.58%
G = 7.79%
B = 26.62%

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

#CA1852 (or 0xCA1852) is known color: Ruby. HEX triplet: CA, 18 and 52. RGB value is (202,24,82). Sum of RGB (Red+Green+Blue) = 202+24+82=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1852 is #35E7AD. Grayscale: #535353. Windows color (decimal): -3532718 or 5380298. OLE color: 5380298.

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

Color convert

RGB 202 24 82 -
CMYK 0 0.88 0.59 0.21
HSL 340.45º 0.79% 0.44% -
HSV(B) 340.45º 0.88% 0.79% -
XYZ 26.21 13.82 9.27 -
YUV 83.83 126.97 212.28 -
System Red Green Blue C M Y K H S L
Decimal 202 24 82 0 0.88 0.59 0.21 340.45 0.79 0.44
Hex CA 18 52 0 58 3B 15 154 4F 2C
Octal 312 30 122 0 130 73 25 524 117 54
Binary 11001010 11000 1010010 0 1011000 111011 10101 101010100 1001111 101100

Color Harmonies of #CA1852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1852

Black with #CA1852

Text Example


Text Example

White with #CA1852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1852; }

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

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

background-color css

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

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

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

border-color css

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

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

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