Html Css Color HEX #C30A5B Ruby

📋 copy color: '#C30A5B'

red 195 ◦ green 10 ◦ blue 91

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

Shades of Ruby #C30A5B

Tints of Ruby #C30A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 65.88%
G = 3.38%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C30A5B (or 0xC30A5B) is known color: Ruby. HEX triplet: C3, 0A and 5B. RGB value is (195,10,91). Sum of RGB (Red+Green+Blue) = 195+10+91=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30A5B is #3CF5A4. Grayscale: #4A4A4A. Windows color (decimal): -3995045 or 5966531. OLE color: 5966531.

HSL color Cylindrical-coordinate representation of color #C30A5B: hue angle of 333.73º 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 #C30A5B is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 10 91 -
CMYK 0 0.95 0.53 0.24
HSL 333.73º 0.9% 0.4% -
HSV(B) 333.73º 0.95% 0.76% -
XYZ 24.5 12.57 11.03 -
YUV 74.55 137.29 213.91 -
System Red Green Blue C M Y K H S L
Decimal 195 10 91 0 0.95 0.53 0.24 333.73 0.9 0.4
Hex C3 A 5B 0 5F 35 18 14E 5A 28
Octal 303 12 133 0 137 65 30 516 132 50
Binary 11000011 1010 1011011 0 1011111 110101 11000 101001110 1011010 101000

Color Harmonies of #C30A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A5B

Black with #C30A5B

Text Example


Text Example

White with #C30A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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