Html Css Color HEX #BB3448 Old Rose

📋 copy color: '#BB3448'

red 187 ◦ green 52 ◦ blue 72

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

Shades of Old Rose #BB3448

Tints of Old Rose #BB3448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

 BLUE value IS 72 (28.52% from 255) = 23.15%

R = 60.13%
G = 16.72%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB3448 (or 0xBB3448) is known color: Old Rose. HEX triplet: BB, 34 and 48. RGB value is (187,52,72). Sum of RGB (Red+Green+Blue) = 187+52+72=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3448 is #44CBB7. Grayscale: #5E5E5E. Windows color (decimal): -4508600 or 4732091. OLE color: 4732091.

HSL color Cylindrical-coordinate representation of color #BB3448: hue angle of 351.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3448 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 72 -
CMYK 0 0.72 0.61 0.27
HSL 351.11º 0.56% 0.47% -
HSV(B) 351.11º 0.72% 0.73% -
XYZ 22.89 13.49 7.53 -
YUV 94.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 187 52 72 0 0.72 0.61 0.27 351.11 0.56 0.47
Hex BB 34 48 0 48 3D 1B 15F 38 2F
Octal 273 64 110 0 110 75 33 537 70 57
Binary 10111011 110100 1001000 0 1001000 111101 11011 101011111 111000 101111

Color Harmonies of #BB3448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3448

Black with #BB3448

Text Example


Text Example

White with #BB3448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3448; }

 p { color: rgb(187,52,72); }

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

background-color css

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

 a { background-color: rgb(187,52,72); }

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

border-color css

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

 span { border-color: rgb(187,52,72); }

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