Html Css Color HEX #BB2443 Old Rose

📋 copy color: '#BB2443'

red 187 ◦ green 36 ◦ blue 67

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

Shades of Old Rose #BB2443

Tints of Old Rose #BB2443

RGB

 RED value IS 187 (73.44% from 255) = 64.48%

 GREEN value IS 36 (14.45% from 255) = 12.41%

 BLUE value IS 67 (26.56% from 255) = 23.1%

R = 64.48%
G = 12.41%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB2443 (or 0xBB2443) is known color: Old Rose. HEX triplet: BB, 24 and 43. RGB value is (187,36,67). Sum of RGB (Red+Green+Blue) = 187+36+67=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2443 is #44DBBC. Grayscale: #545454. Windows color (decimal): -4512701 or 4400315. OLE color: 4400315.

HSL color Cylindrical-coordinate representation of color #BB2443: hue angle of 347.68º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2443 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 67 -
CMYK 0 0.81 0.64 0.27
HSL 347.68º 0.68% 0.44% -
HSV(B) 347.68º 0.81% 0.73% -
XYZ 22.14 12.23 6.5 -
YUV 84.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 187 36 67 0 0.81 0.64 0.27 347.68 0.68 0.44
Hex BB 24 43 0 51 40 1B 15C 44 2C
Octal 273 44 103 0 121 100 33 534 104 54
Binary 10111011 100100 1000011 0 1010001 1000000 11011 101011100 1000100 101100

Color Harmonies of #BB2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2443

Black with #BB2443

Text Example


Text Example

White with #BB2443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2443; }

 p { color: rgb(187,36,67); }

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

background-color css

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

 a { background-color: rgb(187,36,67); }

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

border-color css

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

 span { border-color: rgb(187,36,67); }

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