Html Css Color HEX #BC2B45 Old Rose

📋 copy color: '#BC2B45'

red 188 ◦ green 43 ◦ blue 69

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

Shades of Old Rose #BC2B45

Tints of Old Rose #BC2B45

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.33%

 BLUE value IS 69 (27.34% from 255) = 23%

R = 62.67%
G = 14.33%
B = 23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC2B45 (or 0xBC2B45) is known color: Old Rose. HEX triplet: BC, 2B and 45. RGB value is (188,43,69). Sum of RGB (Red+Green+Blue) = 188+43+69=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B45 is #43D4BA. Grayscale: #595959. Windows color (decimal): -4445371 or 4533180. OLE color: 4533180.

HSL color Cylindrical-coordinate representation of color #BC2B45: hue angle of 349.24º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B45 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 43 69 -
CMYK 0 0.77 0.63 0.26
HSL 349.24º 0.63% 0.45% -
HSV(B) 349.24º 0.77% 0.74% -
XYZ 22.68 12.85 6.92 -
YUV 89.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 188 43 69 0 0.77 0.63 0.26 349.24 0.63 0.45
Hex BC 2B 45 0 4D 3F 1A 15D 3F 2D
Octal 274 53 105 0 115 77 32 535 77 55
Binary 10111100 101011 1000101 0 1001101 111111 11010 101011101 111111 101101

Color Harmonies of #BC2B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B45

Black with #BC2B45

Text Example


Text Example

White with #BC2B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B45; }

 p { color: rgb(188,43,69); }

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

background-color css

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

 a { background-color: rgb(188,43,69); }

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

border-color css

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

 span { border-color: rgb(188,43,69); }

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