Html Css Color HEX #C30852 Ruby

📋 copy color: '#C30852'

red 195 ◦ green 8 ◦ blue 82

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

Shades of Ruby #C30852

Tints of Ruby #C30852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

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

R = 68.42%
G = 2.81%
B = 28.77%

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

#C30852 (or 0xC30852) is known color: Ruby. HEX triplet: C3, 08 and 52. RGB value is (195,8,82). Sum of RGB (Red+Green+Blue) = 195+8+82=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C30852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30852 is #3CF7AD. Grayscale: #484848. Windows color (decimal): -3995566 or 5376195. OLE color: 5376195.

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

Color convert

RGB 195 8 82 -
CMYK 0 0.96 0.58 0.24
HSL 336.26º 0.92% 0.4% -
HSV(B) 336.26º 0.96% 0.76% -
XYZ 24.12 12.38 9.1 -
YUV 72.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 195 8 82 0 0.96 0.58 0.24 336.26 0.92 0.4
Hex C3 8 52 0 60 3A 18 150 5C 28
Octal 303 10 122 0 140 72 30 520 134 50
Binary 11000011 1000 1010010 0 1100000 111010 11000 101010000 1011100 101000

Color Harmonies of #C30852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30852

Black with #C30852

Text Example


Text Example

White with #C30852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30852; }

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

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

background-color css

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

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

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

border-color css

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

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

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