Html Css Color HEX #C11B52 Old Rose

📋 copy color: '#C11B52'

red 193 ◦ green 27 ◦ blue 82

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

Shades of Old Rose #C11B52

Tints of Old Rose #C11B52

RGB

 RED value IS 193 (75.78% from 255) = 63.91%

 GREEN value IS 27 (10.94% from 255) = 8.94%

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

R = 63.91%
G = 8.94%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C11B52 (or 0xC11B52) is known color: Old Rose. HEX triplet: C1, 1B and 52. RGB value is (193,27,82). Sum of RGB (Red+Green+Blue) = 193+27+82=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11B52 is #3EE4AD. Grayscale: #525252. Windows color (decimal): -4121774 or 5381057. OLE color: 5381057.

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

Color convert

RGB 193 27 82 -
CMYK 0 0.86 0.58 0.24
HSL 340.12º 0.75% 0.43% -
HSV(B) 340.12º 0.86% 0.76% -
XYZ 23.91 12.73 9.18 -
YUV 82.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 193 27 82 0 0.86 0.58 0.24 340.12 0.75 0.43
Hex C1 1B 52 0 56 3A 18 154 4B 2B
Octal 301 33 122 0 126 72 30 524 113 53
Binary 11000001 11011 1010010 0 1010110 111010 11000 101010100 1001011 101011

Color Harmonies of #C11B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11B52

Black with #C11B52

Text Example


Text Example

White with #C11B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11B52; }

 p { color: rgb(193,27,82); }

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

background-color css

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

 a { background-color: rgb(193,27,82); }

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

border-color css

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

 span { border-color: rgb(193,27,82); }

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