Html Css Color HEX #B1245B Old Rose

📋 copy color: '#B1245B'

red 177 ◦ green 36 ◦ blue 91

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

Shades of Old Rose #B1245B

Tints of Old Rose #B1245B

RGB

 RED value IS 177 (69.53% from 255) = 58.22%

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

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 58.22%
G = 11.84%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1245B (or 0xB1245B) is known color: Old Rose. HEX triplet: B1, 24 and 5B. RGB value is (177,36,91). Sum of RGB (Red+Green+Blue) = 177+36+91=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1245B is #4EDBA4. Grayscale: #545454. Windows color (decimal): -5168037 or 5973169. OLE color: 5973169.

HSL color Cylindrical-coordinate representation of color #B1245B: hue angle of 336.6º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1245B is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 91 -
CMYK 0 0.80 0.49 0.31
HSL 336.6º 0.66% 0.42% -
HSV(B) 336.6º 0.8% 0.69% -
XYZ 20.65 11.36 11 -
YUV 84.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 177 36 91 0 0.80 0.49 0.31 336.6 0.66 0.42
Hex B1 24 5B 0 50 31 1F 151 42 2A
Octal 261 44 133 0 120 61 37 521 102 52
Binary 10110001 100100 1011011 0 1010000 110001 11111 101010001 1000010 101010

Color Harmonies of #B1245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1245B

Black with #B1245B

Text Example


Text Example

White with #B1245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1245B; }

 p { color: rgb(177,36,91); }

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

background-color css

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

 a { background-color: rgb(177,36,91); }

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

border-color css

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

 span { border-color: rgb(177,36,91); }

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