Html Css Color HEX #C30A55 Ruby

📋 copy color: '#C30A55'

red 195 ◦ green 10 ◦ blue 85

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

Shades of Ruby #C30A55

Tints of Ruby #C30A55

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.45%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 67.24%
G = 3.45%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C30A55 (or 0xC30A55) is known color: Ruby. HEX triplet: C3, 0A and 55. RGB value is (195,10,85). Sum of RGB (Red+Green+Blue) = 195+10+85=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30A55 is #3CF5AA. Grayscale: #494949. Windows color (decimal): -3995051 or 5573315. OLE color: 5573315.

HSL color Cylindrical-coordinate representation of color #C30A55: hue angle of 335.68º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A55 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 10 85 -
CMYK 0 0.95 0.56 0.24
HSL 335.68º 0.9% 0.4% -
HSV(B) 335.68º 0.95% 0.76% -
XYZ 24.25 12.48 9.72 -
YUV 73.87 134.29 214.4 -
System Red Green Blue C M Y K H S L
Decimal 195 10 85 0 0.95 0.56 0.24 335.68 0.9 0.4
Hex C3 A 55 0 5F 38 18 150 5A 28
Octal 303 12 125 0 137 70 30 520 132 50
Binary 11000011 1010 1010101 0 1011111 111000 11000 101010000 1011010 101000

Color Harmonies of #C30A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A55

Black with #C30A55

Text Example


Text Example

White with #C30A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A55; }

 p { color: rgb(195,10,85); }

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

background-color css

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

 a { background-color: rgb(195,10,85); }

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

border-color css

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

 span { border-color: rgb(195,10,85); }

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