Html Css Color HEX #CA1452 Ruby

📋 copy color: '#CA1452'

red 202 ◦ green 20 ◦ blue 82

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

Shades of Ruby #CA1452

Tints of Ruby #CA1452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

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

R = 66.45%
G = 6.58%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA1452 (or 0xCA1452) is known color: Ruby. HEX triplet: CA, 14 and 52. RGB value is (202,20,82). Sum of RGB (Red+Green+Blue) = 202+20+82=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1452 is #35EBAD. Grayscale: #515151. Windows color (decimal): -3533742 or 5379274. OLE color: 5379274.

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

Color convert

RGB 202 20 82 -
CMYK 0 0.90 0.59 0.21
HSL 339.56º 0.82% 0.44% -
HSV(B) 339.56º 0.9% 0.79% -
XYZ 26.13 13.67 9.24 -
YUV 81.49 128.3 213.96 -
System Red Green Blue C M Y K H S L
Decimal 202 20 82 0 0.90 0.59 0.21 339.56 0.82 0.44
Hex CA 14 52 0 5A 3B 15 154 52 2C
Octal 312 24 122 0 132 73 25 524 122 54
Binary 11001010 10100 1010010 0 1011010 111011 10101 101010100 1010010 101100

Color Harmonies of #CA1452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1452

Black with #CA1452

Text Example


Text Example

White with #CA1452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1452; }

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

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

background-color css

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

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

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

border-color css

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

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

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