Html Css Color HEX #C01B5F Old Rose

📋 copy color: '#C01B5F'

red 192 ◦ green 27 ◦ blue 95

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

Shades of Old Rose #C01B5F

Tints of Old Rose #C01B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 61.15%
G = 8.6%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C01B5F (or 0xC01B5F) is known color: Old Rose. HEX triplet: C0, 1B and 5F. RGB value is (192,27,95). Sum of RGB (Red+Green+Blue) = 192+27+95=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01B5F is #3FE4A0. Grayscale: #535353. Windows color (decimal): -4187297 or 6233024. OLE color: 6233024.

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

Color convert

RGB 192 27 95 -
CMYK 0 0.86 0.51 0.25
HSL 335.27º 0.75% 0.43% -
HSV(B) 335.27º 0.86% 0.75% -
XYZ 24.2 12.82 12.03 -
YUV 84.09 134.16 204.97 -
System Red Green Blue C M Y K H S L
Decimal 192 27 95 0 0.86 0.51 0.25 335.27 0.75 0.43
Hex C0 1B 5F 0 56 33 19 14F 4B 2B
Octal 300 33 137 0 126 63 31 517 113 53
Binary 11000000 11011 1011111 0 1010110 110011 11001 101001111 1001011 101011

Color Harmonies of #C01B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01B5F

Black with #C01B5F

Text Example


Text Example

White with #C01B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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