Html Css Color HEX #C30D57 Ruby

📋 copy color: '#C30D57'

red 195 ◦ green 13 ◦ blue 87

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

Shades of Ruby #C30D57

Tints of Ruby #C30D57

RGB

 RED value IS 195 (76.56% from 255) = 66.1%

 GREEN value IS 13 (5.47% from 255) = 4.41%

 BLUE value IS 87 (34.38% from 255) = 29.49%

R = 66.1%
G = 4.41%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C30D57 (or 0xC30D57) is known color: Ruby. HEX triplet: C3, 0D and 57. RGB value is (195,13,87). Sum of RGB (Red+Green+Blue) = 195+13+87=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D57 is #3CF2A8. Grayscale: #4B4B4B. Windows color (decimal): -3994281 or 5705155. OLE color: 5705155.

HSL color Cylindrical-coordinate representation of color #C30D57: hue angle of 335.6º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D57 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 13 87 -
CMYK 0 0.93 0.55 0.24
HSL 335.6º 0.88% 0.41% -
HSV(B) 335.6º 0.93% 0.76% -
XYZ 24.37 12.58 10.16 -
YUV 75.85 134.3 212.98 -
System Red Green Blue C M Y K H S L
Decimal 195 13 87 0 0.93 0.55 0.24 335.6 0.88 0.41
Hex C3 D 57 0 5D 37 18 150 58 29
Octal 303 15 127 0 135 67 30 520 130 51
Binary 11000011 1101 1010111 0 1011101 110111 11000 101010000 1011000 101001

Color Harmonies of #C30D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D57

Black with #C30D57

Text Example


Text Example

White with #C30D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D57; }

 p { color: rgb(195,13,87); }

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

background-color css

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

 a { background-color: rgb(195,13,87); }

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

border-color css

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

 span { border-color: rgb(195,13,87); }

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