Html Css Color HEX #BC2A44 Old Rose

📋 copy color: '#BC2A44'

red 188 ◦ green 42 ◦ blue 68

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

Shades of Old Rose #BC2A44

Tints of Old Rose #BC2A44

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.09%

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 63.09%
G = 14.09%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC2A44 (or 0xBC2A44) is known color: Old Rose. HEX triplet: BC, 2A and 44. RGB value is (188,42,68). Sum of RGB (Red+Green+Blue) = 188+42+68=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A44 is #43D5BB. Grayscale: #585858. Windows color (decimal): -4445628 or 4467388. OLE color: 4467388.

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

Color convert

RGB 188 42 68 -
CMYK 0 0.78 0.64 0.26
HSL 349.32º 0.63% 0.45% -
HSV(B) 349.32º 0.78% 0.74% -
XYZ 22.61 12.76 6.74 -
YUV 88.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 188 42 68 0 0.78 0.64 0.26 349.32 0.63 0.45
Hex BC 2A 44 0 4E 40 1A 15D 3F 2D
Octal 274 52 104 0 116 100 32 535 77 55
Binary 10111100 101010 1000100 0 1001110 1000000 11010 101011101 111111 101101

Color Harmonies of #BC2A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A44

Black with #BC2A44

Text Example


Text Example

White with #BC2A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A44; }

 p { color: rgb(188,42,68); }

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

background-color css

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

 a { background-color: rgb(188,42,68); }

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

border-color css

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

 span { border-color: rgb(188,42,68); }

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