Html Css Color HEX #C41B51 Old Rose

📋 copy color: '#C41B51'

red 196 ◦ green 27 ◦ blue 81

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

Shades of Old Rose #C41B51

Tints of Old Rose #C41B51

RGB

 RED value IS 196 (76.95% from 255) = 64.47%

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

 BLUE value IS 81 (32.03% from 255) = 26.64%

R = 64.47%
G = 8.88%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C41B51 (or 0xC41B51) is known color: Old Rose. HEX triplet: C4, 1B and 51. RGB value is (196,27,81). Sum of RGB (Red+Green+Blue) = 196+27+81=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B51 is #3BE4AE. Grayscale: #535353. Windows color (decimal): -3925167 or 5315524. OLE color: 5315524.

HSL color Cylindrical-coordinate representation of color #C41B51: hue angle of 340.83º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41B51 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 27 81 -
CMYK 0 0.86 0.59 0.23
HSL 340.83º 0.76% 0.44% -
HSV(B) 340.83º 0.86% 0.77% -
XYZ 24.64 13.11 9.02 -
YUV 83.69 126.49 208.11 -
System Red Green Blue C M Y K H S L
Decimal 196 27 81 0 0.86 0.59 0.23 340.83 0.76 0.44
Hex C4 1B 51 0 56 3B 17 155 4C 2C
Octal 304 33 121 0 126 73 27 525 114 54
Binary 11000100 11011 1010001 0 1010110 111011 10111 101010101 1001100 101100

Color Harmonies of #C41B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B51

Black with #C41B51

Text Example


Text Example

White with #C41B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B51; }

 p { color: rgb(196,27,81); }

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

background-color css

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

 a { background-color: rgb(196,27,81); }

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

border-color css

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

 span { border-color: rgb(196,27,81); }

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