Html Css Color HEX #C30752 Ruby

📋 copy color: '#C30752'

red 195 ◦ green 7 ◦ blue 82

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

Shades of Ruby #C30752

Tints of Ruby #C30752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

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

R = 68.66%
G = 2.46%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C30752 (or 0xC30752) is known color: Ruby. HEX triplet: C3, 07 and 52. RGB value is (195,7,82). Sum of RGB (Red+Green+Blue) = 195+7+82=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30752 is #3CF8AD. Grayscale: #474747. Windows color (decimal): -3995822 or 5375939. OLE color: 5375939.

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

Color convert

RGB 195 7 82 -
CMYK 0 0.96 0.58 0.24
HSL 336.06º 0.93% 0.4% -
HSV(B) 336.06º 0.96% 0.76% -
XYZ 24.1 12.36 9.1 -
YUV 71.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 195 7 82 0 0.96 0.58 0.24 336.06 0.93 0.4
Hex C3 7 52 0 60 3A 18 150 5D 28
Octal 303 7 122 0 140 72 30 520 135 50
Binary 11000011 111 1010010 0 1100000 111010 11000 101010000 1011101 101000

Color Harmonies of #C30752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30752

Black with #C30752

Text Example


Text Example

White with #C30752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30752; }

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

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

background-color css

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

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

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

border-color css

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

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

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