Html Css Color HEX #BE1C4C Old Rose

📋 copy color: '#BE1C4C'

red 190 ◦ green 28 ◦ blue 76

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

Shades of Old Rose #BE1C4C

Tints of Old Rose #BE1C4C

RGB

 RED value IS 190 (74.61% from 255) = 64.63%

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

 BLUE value IS 76 (30.08% from 255) = 25.85%

R = 64.63%
G = 9.52%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE1C4C (or 0xBE1C4C) is known color: Old Rose. HEX triplet: BE, 1C and 4C. RGB value is (190,28,76). Sum of RGB (Red+Green+Blue) = 190+28+76=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1C4C is #41E3B3. Grayscale: #515151. Windows color (decimal): -4318132 or 4988094. OLE color: 4988094.

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

Color convert

RGB 190 28 76 -
CMYK 0 0.85 0.60 0.25
HSL 342.22º 0.74% 0.43% -
HSV(B) 342.22º 0.85% 0.75% -
XYZ 22.95 12.3 8 -
YUV 81.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 190 28 76 0 0.85 0.60 0.25 342.22 0.74 0.43
Hex BE 1C 4C 0 55 3C 19 156 4A 2B
Octal 276 34 114 0 125 74 31 526 112 53
Binary 10111110 11100 1001100 0 1010101 111100 11001 101010110 1001010 101011

Color Harmonies of #BE1C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1C4C

Black with #BE1C4C

Text Example


Text Example

White with #BE1C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1C4C; }

 p { color: rgb(190,28,76); }

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

background-color css

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

 a { background-color: rgb(190,28,76); }

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

border-color css

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

 span { border-color: rgb(190,28,76); }

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