Html Css Color HEX #B1324B Old Rose

📋 copy color: '#B1324B'

red 177 ◦ green 50 ◦ blue 75

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

Shades of Old Rose #B1324B

Tints of Old Rose #B1324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.56%

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

R = 58.61%
G = 16.56%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1324B (or 0xB1324B) is known color: Old Rose. HEX triplet: B1, 32 and 4B. RGB value is (177,50,75). Sum of RGB (Red+Green+Blue) = 177+50+75=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1324B is #4ECDB4. Grayscale: #5A5A5A. Windows color (decimal): -5164469 or 4928177. OLE color: 4928177.

HSL color Cylindrical-coordinate representation of color #B1324B: hue angle of 348.19º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1324B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 50 75 -
CMYK 0 0.72 0.58 0.31
HSL 348.19º 0.56% 0.45% -
HSV(B) 348.19º 0.72% 0.69% -
XYZ 20.54 12.14 7.92 -
YUV 90.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 177 50 75 0 0.72 0.58 0.31 348.19 0.56 0.45
Hex B1 32 4B 0 48 3A 1F 15C 38 2D
Octal 261 62 113 0 110 72 37 534 70 55
Binary 10110001 110010 1001011 0 1001000 111010 11111 101011100 111000 101101

Color Harmonies of #B1324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1324B

Black with #B1324B

Text Example


Text Example

White with #B1324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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