Html Css Color HEX #BB3344 Old Rose

📋 copy color: '#BB3344'

red 187 ◦ green 51 ◦ blue 68

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

Shades of Old Rose #BB3344

Tints of Old Rose #BB3344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

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

R = 61.11%
G = 16.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB3344 (or 0xBB3344) is known color: Old Rose. HEX triplet: BB, 33 and 44. RGB value is (187,51,68). Sum of RGB (Red+Green+Blue) = 187+51+68=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3344 is #44CCBB. Grayscale: #5D5D5D. Windows color (decimal): -4508860 or 4469691. OLE color: 4469691.

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

Color convert

RGB 187 51 68 -
CMYK 0 0.73 0.64 0.27
HSL 352.5º 0.57% 0.47% -
HSV(B) 352.5º 0.73% 0.73% -
XYZ 22.72 13.35 6.85 -
YUV 93.6 113.56 194.62 -
System Red Green Blue C M Y K H S L
Decimal 187 51 68 0 0.73 0.64 0.27 352.5 0.57 0.47
Hex BB 33 44 0 49 40 1B 160 39 2F
Octal 273 63 104 0 111 100 33 540 71 57
Binary 10111011 110011 1000100 0 1001001 1000000 11011 101100000 111001 101111

Color Harmonies of #BB3344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3344

Black with #BB3344

Text Example


Text Example

White with #BB3344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3344; }

 p { color: rgb(187,51,68); }

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

background-color css

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

 a { background-color: rgb(187,51,68); }

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

border-color css

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

 span { border-color: rgb(187,51,68); }

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