Html Css Color HEX #C30A52 Ruby

📋 copy color: '#C30A52'

red 195 ◦ green 10 ◦ blue 82

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

Shades of Ruby #C30A52

Tints of Ruby #C30A52

RGB

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

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

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

R = 67.94%
G = 3.48%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C30A52 (or 0xC30A52) is known color: Ruby. HEX triplet: C3, 0A and 52. RGB value is (195,10,82). Sum of RGB (Red+Green+Blue) = 195+10+82=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30A52 is #3CF5AD. Grayscale: #494949. Windows color (decimal): -3995054 or 5376707. OLE color: 5376707.

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

Color convert

RGB 195 10 82 -
CMYK 0 0.95 0.58 0.24
HSL 336.65º 0.9% 0.4% -
HSV(B) 336.65º 0.95% 0.76% -
XYZ 24.14 12.43 9.11 -
YUV 73.52 132.79 214.65 -
System Red Green Blue C M Y K H S L
Decimal 195 10 82 0 0.95 0.58 0.24 336.65 0.9 0.4
Hex C3 A 52 0 5F 3A 18 151 5A 28
Octal 303 12 122 0 137 72 30 521 132 50
Binary 11000011 1010 1010010 0 1011111 111010 11000 101010001 1011010 101000

Color Harmonies of #C30A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A52

Black with #C30A52

Text Example


Text Example

White with #C30A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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