Html Css Color HEX #B1244E Old Rose

📋 copy color: '#B1244E'

red 177 ◦ green 36 ◦ blue 78

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

Shades of Old Rose #B1244E

Tints of Old Rose #B1244E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 60.82%
G = 12.37%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1244E (or 0xB1244E) is known color: Old Rose. HEX triplet: B1, 24 and 4E. RGB value is (177,36,78). Sum of RGB (Red+Green+Blue) = 177+36+78=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1244E is #4EDBB1. Grayscale: #525252. Windows color (decimal): -5168050 or 5121201. OLE color: 5121201.

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

Color convert

RGB 177 36 78 -
CMYK 0 0.80 0.56 0.31
HSL 342.13º 0.66% 0.42% -
HSV(B) 342.13º 0.8% 0.69% -
XYZ 20.14 11.16 8.3 -
YUV 82.95 125.21 195.08 -
System Red Green Blue C M Y K H S L
Decimal 177 36 78 0 0.80 0.56 0.31 342.13 0.66 0.42
Hex B1 24 4E 0 50 38 1F 156 42 2A
Octal 261 44 116 0 120 70 37 526 102 52
Binary 10110001 100100 1001110 0 1010000 111000 11111 101010110 1000010 101010

Color Harmonies of #B1244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1244E

Black with #B1244E

Text Example


Text Example

White with #B1244E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1244E; }

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

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

background-color css

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

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

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

border-color css

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

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

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