Html Css Color HEX #BB2353 Old Rose

📋 copy color: '#BB2353'

red 187 ◦ green 35 ◦ blue 83

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

Shades of Old Rose #BB2353

Tints of Old Rose #BB2353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

 BLUE value IS 83 (32.81% from 255) = 27.21%

R = 61.31%
G = 11.48%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB2353 (or 0xBB2353) is known color: Old Rose. HEX triplet: BB, 23 and 53. RGB value is (187,35,83). Sum of RGB (Red+Green+Blue) = 187+35+83=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2353 is #44DCAC. Grayscale: #555555. Windows color (decimal): -4512941 or 5448635. OLE color: 5448635.

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

Color convert

RGB 187 35 83 -
CMYK 0 0.81 0.56 0.27
HSL 341.05º 0.68% 0.44% -
HSV(B) 341.05º 0.81% 0.73% -
XYZ 22.66 12.39 9.38 -
YUV 85.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 187 35 83 0 0.81 0.56 0.27 341.05 0.68 0.44
Hex BB 23 53 0 51 38 1B 155 44 2C
Octal 273 43 123 0 121 70 33 525 104 54
Binary 10111011 100011 1010011 0 1010001 111000 11011 101010101 1000100 101100

Color Harmonies of #BB2353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2353

Black with #BB2353

Text Example


Text Example

White with #BB2353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2353; }

 p { color: rgb(187,35,83); }

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

background-color css

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

 a { background-color: rgb(187,35,83); }

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

border-color css

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

 span { border-color: rgb(187,35,83); }

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