Html Css Color HEX #C41B4D Old Rose

📋 copy color: '#C41B4D'

red 196 ◦ green 27 ◦ blue 77

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

Shades of Old Rose #C41B4D

Tints of Old Rose #C41B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 65.33%
G = 9%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C41B4D (or 0xC41B4D) is known color: Old Rose. HEX triplet: C4, 1B and 4D. RGB value is (196,27,77). Sum of RGB (Red+Green+Blue) = 196+27+77=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B4D is #3BE4B2. Grayscale: #535353. Windows color (decimal): -3925171 or 5053380. OLE color: 5053380.

HSL color Cylindrical-coordinate representation of color #C41B4D: hue angle of 342.25º 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 #C41B4D is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 27 77 -
CMYK 0 0.86 0.61 0.23
HSL 342.25º 0.76% 0.44% -
HSV(B) 342.25º 0.86% 0.77% -
XYZ 24.5 13.06 8.25 -
YUV 83.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 196 27 77 0 0.86 0.61 0.23 342.25 0.76 0.44
Hex C4 1B 4D 0 56 3D 17 156 4C 2C
Octal 304 33 115 0 126 75 27 526 114 54
Binary 11000100 11011 1001101 0 1010110 111101 10111 101010110 1001100 101100

Color Harmonies of #C41B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B4D

Black with #C41B4D

Text Example


Text Example

White with #C41B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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