Html Css Color HEX #B1244B Old Rose

📋 copy color: '#B1244B'

red 177 ◦ green 36 ◦ blue 75

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

Shades of Old Rose #B1244B

Tints of Old Rose #B1244B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.04%

R = 61.46%
G = 12.5%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1244B (or 0xB1244B) is known color: Old Rose. HEX triplet: B1, 24 and 4B. RGB value is (177,36,75). Sum of RGB (Red+Green+Blue) = 177+36+75=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1244B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1244B is #4EDBB4. Grayscale: #525252. Windows color (decimal): -5168053 or 4924593. OLE color: 4924593.

HSL color Cylindrical-coordinate representation of color #B1244B: hue angle of 343.4º 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 #B1244B is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 75 -
CMYK 0 0.80 0.58 0.31
HSL 343.4º 0.66% 0.42% -
HSV(B) 343.4º 0.8% 0.69% -
XYZ 20.03 11.12 7.75 -
YUV 82.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 177 36 75 0 0.80 0.58 0.31 343.4 0.66 0.42
Hex B1 24 4B 0 50 3A 1F 157 42 2A
Octal 261 44 113 0 120 72 37 527 102 52
Binary 10110001 100100 1001011 0 1010000 111010 11111 101010111 1000010 101010

Color Harmonies of #B1244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1244B

Black with #B1244B

Text Example


Text Example

White with #B1244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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