Html Css Color HEX #C61252 Ruby

📋 copy color: '#C61252'

red 198 ◦ green 18 ◦ blue 82

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

Shades of Ruby #C61252

Tints of Ruby #C61252

RGB

 RED value IS 198 (77.73% from 255) = 66.44%

 GREEN value IS 18 (7.42% from 255) = 6.04%

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

R = 66.44%
G = 6.04%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C61252 (or 0xC61252) is known color: Ruby. HEX triplet: C6, 12 and 52. RGB value is (198,18,82). Sum of RGB (Red+Green+Blue) = 198+18+82=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C61252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61252 is #39EDAD. Grayscale: #4F4F4F. Windows color (decimal): -3796398 or 5378758. OLE color: 5378758.

HSL color Cylindrical-coordinate representation of color #C61252: hue angle of 338.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61252 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 82 -
CMYK 0 0.91 0.59 0.22
HSL 338.67º 0.83% 0.42% -
HSV(B) 338.67º 0.91% 0.78% -
XYZ 25.03 13.05 9.18 -
YUV 79.12 129.63 212.8 -
System Red Green Blue C M Y K H S L
Decimal 198 18 82 0 0.91 0.59 0.22 338.67 0.83 0.42
Hex C6 12 52 0 5B 3B 16 153 53 2A
Octal 306 22 122 0 133 73 26 523 123 52
Binary 11000110 10010 1010010 0 1011011 111011 10110 101010011 1010011 101010

Color Harmonies of #C61252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61252

Black with #C61252

Text Example


Text Example

White with #C61252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61252; }

 p { color: rgb(198,18,82); }

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

background-color css

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

 a { background-color: rgb(198,18,82); }

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

border-color css

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

 span { border-color: rgb(198,18,82); }

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