Html Css Color HEX #C11252 Old Rose

📋 copy color: '#C11252'

red 193 ◦ green 18 ◦ blue 82

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

Shades of Old Rose #C11252

Tints of Old Rose #C11252

RGB

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

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

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

R = 65.87%
G = 6.14%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C11252 (or 0xC11252) is known color: Old Rose. HEX triplet: C1, 12 and 52. RGB value is (193,18,82). Sum of RGB (Red+Green+Blue) = 193+18+82=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C11252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11252 is #3EEDAD. Grayscale: #4D4D4D. Windows color (decimal): -4124078 or 5378753. OLE color: 5378753.

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

Color convert

RGB 193 18 82 -
CMYK 0 0.91 0.58 0.24
HSL 338.06º 0.83% 0.41% -
HSV(B) 338.06º 0.91% 0.76% -
XYZ 23.73 12.38 9.12 -
YUV 77.62 130.48 210.3 -
System Red Green Blue C M Y K H S L
Decimal 193 18 82 0 0.91 0.58 0.24 338.06 0.83 0.41
Hex C1 12 52 0 5B 3A 18 152 53 29
Octal 301 22 122 0 133 72 30 522 123 51
Binary 11000001 10010 1010010 0 1011011 111010 11000 101010010 1010011 101001

Color Harmonies of #C11252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11252

Black with #C11252

Text Example


Text Example

White with #C11252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11252; }

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

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

background-color css

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

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

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

border-color css

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

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

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