Html Css Color HEX #C41C4B Old Rose

📋 copy color: '#C41C4B'

red 196 ◦ green 28 ◦ blue 75

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

Shades of Old Rose #C41C4B

Tints of Old Rose #C41C4B

RGB

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

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

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

R = 65.55%
G = 9.36%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C41C4B (or 0xC41C4B) is known color: Old Rose. HEX triplet: C4, 1C and 4B. RGB value is (196,28,75). Sum of RGB (Red+Green+Blue) = 196+28+75=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C4B is #3BE3B4. Grayscale: #535353. Windows color (decimal): -3924917 or 4922564. OLE color: 4922564.

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

Color convert

RGB 196 28 75 -
CMYK 0 0.86 0.62 0.23
HSL 343.21º 0.75% 0.44% -
HSV(B) 343.21º 0.86% 0.77% -
XYZ 24.45 13.07 7.89 -
YUV 83.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 196 28 75 0 0.86 0.62 0.23 343.21 0.75 0.44
Hex C4 1C 4B 0 56 3E 17 157 4B 2C
Octal 304 34 113 0 126 76 27 527 113 54
Binary 11000100 11100 1001011 0 1010110 111110 10111 101010111 1001011 101100

Color Harmonies of #C41C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C4B

Black with #C41C4B

Text Example


Text Example

White with #C41C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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