Html Css Color HEX #C91052 Ruby

📋 copy color: '#C91052'

red 201 ◦ green 16 ◦ blue 82

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

Shades of Ruby #C91052

Tints of Ruby #C91052

RGB

 RED value IS 201 (78.91% from 255) = 67.22%

 GREEN value IS 16 (6.64% from 255) = 5.35%

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

R = 67.22%
G = 5.35%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C91052 (or 0xC91052) is known color: Ruby. HEX triplet: C9, 10 and 52. RGB value is (201,16,82). Sum of RGB (Red+Green+Blue) = 201+16+82=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C91052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91052 is #36EFAD. Grayscale: #4E4E4E. Windows color (decimal): -3600302 or 5378249. OLE color: 5378249.

HSL color Cylindrical-coordinate representation of color #C91052: hue angle of 338.59º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91052 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 16 82 -
CMYK 0 0.92 0.59 0.21
HSL 338.59º 0.85% 0.43% -
HSV(B) 338.59º 0.92% 0.79% -
XYZ 25.8 13.4 9.21 -
YUV 78.84 129.79 215.13 -
System Red Green Blue C M Y K H S L
Decimal 201 16 82 0 0.92 0.59 0.21 338.59 0.85 0.43
Hex C9 10 52 0 5C 3B 15 153 55 2B
Octal 311 20 122 0 134 73 25 523 125 53
Binary 11001001 10000 1010010 0 1011100 111011 10101 101010011 1010101 101011

Color Harmonies of #C91052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91052

Black with #C91052

Text Example


Text Example

White with #C91052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91052; }

 p { color: rgb(201,16,82); }

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

background-color css

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

 a { background-color: rgb(201,16,82); }

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

border-color css

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

 span { border-color: rgb(201,16,82); }

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