Html Css Color HEX #C01B4D Old Rose

📋 copy color: '#C01B4D'

red 192 ◦ green 27 ◦ blue 77

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

Shades of Old Rose #C01B4D

Tints of Old Rose #C01B4D

RGB

 RED value IS 192 (75.39% from 255) = 64.86%

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

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

R = 64.86%
G = 9.12%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C01B4D (or 0xC01B4D) is known color: Old Rose. HEX triplet: C0, 1B and 4D. RGB value is (192,27,77). Sum of RGB (Red+Green+Blue) = 192+27+77=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01B4D is #3FE4B2. Grayscale: #525252. Windows color (decimal): -4187315 or 5053376. OLE color: 5053376.

HSL color Cylindrical-coordinate representation of color #C01B4D: hue angle of 341.82º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01B4D is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 27 77 -
CMYK 0 0.86 0.60 0.25
HSL 341.82º 0.75% 0.43% -
HSV(B) 341.82º 0.86% 0.75% -
XYZ 23.47 12.53 8.2 -
YUV 82.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 192 27 77 0 0.86 0.60 0.25 341.82 0.75 0.43
Hex C0 1B 4D 0 56 3C 19 156 4B 2B
Octal 300 33 115 0 126 74 31 526 113 53
Binary 11000000 11011 1001101 0 1010110 111100 11001 101010110 1001011 101011

Color Harmonies of #C01B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01B4D

Black with #C01B4D

Text Example


Text Example

White with #C01B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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