Html Css Color HEX #C11C4B Old Rose

📋 copy color: '#C11C4B'

red 193 ◦ green 28 ◦ blue 75

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

Shades of Old Rose #C11C4B

Tints of Old Rose #C11C4B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.46%

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 65.2%
G = 9.46%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C11C4B (or 0xC11C4B) is known color: Old Rose. HEX triplet: C1, 1C and 4B. RGB value is (193,28,75). Sum of RGB (Red+Green+Blue) = 193+28+75=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11C4B is #3EE3B4. Grayscale: #525252. Windows color (decimal): -4121525 or 4922561. OLE color: 4922561.

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

Color convert

RGB 193 28 75 -
CMYK 0 0.85 0.61 0.24
HSL 342.91º 0.75% 0.43% -
HSV(B) 342.91º 0.85% 0.76% -
XYZ 23.68 12.68 7.86 -
YUV 82.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 193 28 75 0 0.85 0.61 0.24 342.91 0.75 0.43
Hex C1 1C 4B 0 55 3D 18 157 4B 2B
Octal 301 34 113 0 125 75 30 527 113 53
Binary 11000001 11100 1001011 0 1010101 111101 11000 101010111 1001011 101011

Color Harmonies of #C11C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11C4B

Black with #C11C4B

Text Example


Text Example

White with #C11C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11C4B; }

 p { color: rgb(193,28,75); }

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

background-color css

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

 a { background-color: rgb(193,28,75); }

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

border-color css

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

 span { border-color: rgb(193,28,75); }

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