Html Css Color HEX #BC1D4B Old Rose

📋 copy color: '#BC1D4B'

red 188 ◦ green 29 ◦ blue 75

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

Shades of Old Rose #BC1D4B

Tints of Old Rose #BC1D4B

RGB

 RED value IS 188 (73.83% from 255) = 64.38%

 GREEN value IS 29 (11.72% from 255) = 9.93%

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

R = 64.38%
G = 9.93%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC1D4B (or 0xBC1D4B) is known color: Old Rose. HEX triplet: BC, 1D and 4B. RGB value is (188,29,75). Sum of RGB (Red+Green+Blue) = 188+29+75=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1D4B is #43E2B4. Grayscale: #515151. Windows color (decimal): -4448949 or 4922812. OLE color: 4922812.

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

Color convert

RGB 188 29 75 -
CMYK 0 0.85 0.60 0.26
HSL 342.64º 0.73% 0.43% -
HSV(B) 342.64º 0.85% 0.74% -
XYZ 22.45 12.08 7.8 -
YUV 81.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 188 29 75 0 0.85 0.60 0.26 342.64 0.73 0.43
Hex BC 1D 4B 0 55 3C 1A 157 49 2B
Octal 274 35 113 0 125 74 32 527 111 53
Binary 10111100 11101 1001011 0 1010101 111100 11010 101010111 1001001 101011

Color Harmonies of #BC1D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D4B

Black with #BC1D4B

Text Example


Text Example

White with #BC1D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D4B; }

 p { color: rgb(188,29,75); }

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

background-color css

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

 a { background-color: rgb(188,29,75); }

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

border-color css

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

 span { border-color: rgb(188,29,75); }

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