Html Css Color HEX #CA134F Ruby

📋 copy color: '#CA134F'

red 202 ◦ green 19 ◦ blue 79

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

Shades of Ruby #CA134F

Tints of Ruby #CA134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

 BLUE value IS 79 (31.25% from 255) = 26.33%

R = 67.33%
G = 6.33%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA134F (or 0xCA134F) is known color: Ruby. HEX triplet: CA, 13 and 4F. RGB value is (202,19,79). Sum of RGB (Red+Green+Blue) = 202+19+79=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA134F is #35ECB0. Grayscale: #505050. Windows color (decimal): -3534001 or 5182410. OLE color: 5182410.

HSL color Cylindrical-coordinate representation of color #CA134F: hue angle of 340.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA134F is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 79 -
CMYK 0 0.91 0.61 0.21
HSL 340.33º 0.83% 0.43% -
HSV(B) 340.33º 0.91% 0.79% -
XYZ 26 13.59 8.65 -
YUV 80.56 127.13 214.62 -
System Red Green Blue C M Y K H S L
Decimal 202 19 79 0 0.91 0.61 0.21 340.33 0.83 0.43
Hex CA 13 4F 0 5B 3D 15 154 53 2B
Octal 312 23 117 0 133 75 25 524 123 53
Binary 11001010 10011 1001111 0 1011011 111101 10101 101010100 1010011 101011

Color Harmonies of #CA134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA134F

Black with #CA134F

Text Example


Text Example

White with #CA134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA134F; }

 p { color: rgb(202,19,79); }

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

background-color css

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

 a { background-color: rgb(202,19,79); }

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

border-color css

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

 span { border-color: rgb(202,19,79); }

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