Html Css Color HEX #BB3345 Old Rose

📋 copy color: '#BB3345'

red 187 ◦ green 51 ◦ blue 69

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

Shades of Old Rose #BB3345

Tints of Old Rose #BB3345

RGB

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

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

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

R = 60.91%
G = 16.61%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB3345 (or 0xBB3345) is known color: Old Rose. HEX triplet: BB, 33 and 45. RGB value is (187,51,69). Sum of RGB (Red+Green+Blue) = 187+51+69=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3345 is #44CCBA. Grayscale: #5D5D5D. Windows color (decimal): -4508859 or 4535227. OLE color: 4535227.

HSL color Cylindrical-coordinate representation of color #BB3345: hue angle of 352.06º 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 #BB3345 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 51 69 -
CMYK 0 0.73 0.63 0.27
HSL 352.06º 0.57% 0.47% -
HSV(B) 352.06º 0.73% 0.73% -
XYZ 22.75 13.36 7.01 -
YUV 93.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 187 51 69 0 0.73 0.63 0.27 352.06 0.57 0.47
Hex BB 33 45 0 49 3F 1B 160 39 2F
Octal 273 63 105 0 111 77 33 540 71 57
Binary 10111011 110011 1000101 0 1001001 111111 11011 101100000 111001 101111

Color Harmonies of #BB3345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3345

Black with #BB3345

Text Example


Text Example

White with #BB3345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3345; }

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

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

background-color css

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

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

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

border-color css

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

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

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