Html Css Color HEX #B1354B Old Rose

📋 copy color: '#B1354B'

red 177 ◦ green 53 ◦ blue 75

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

Shades of Old Rose #B1354B

Tints of Old Rose #B1354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.38%

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

R = 58.03%
G = 17.38%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1354B (or 0xB1354B) is known color: Old Rose. HEX triplet: B1, 35 and 4B. RGB value is (177,53,75). Sum of RGB (Red+Green+Blue) = 177+53+75=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1354B is #4ECAB4. Grayscale: #5C5C5C. Windows color (decimal): -5163701 or 4928945. OLE color: 4928945.

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

Color convert

RGB 177 53 75 -
CMYK 0 0.70 0.58 0.31
HSL 349.35º 0.54% 0.45% -
HSV(B) 349.35º 0.7% 0.69% -
XYZ 20.67 12.4 7.96 -
YUV 92.58 118.08 188.21 -
System Red Green Blue C M Y K H S L
Decimal 177 53 75 0 0.70 0.58 0.31 349.35 0.54 0.45
Hex B1 35 4B 0 46 3A 1F 15D 36 2D
Octal 261 65 113 0 106 72 37 535 66 55
Binary 10110001 110101 1001011 0 1000110 111010 11111 101011101 110110 101101

Color Harmonies of #B1354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1354B

Black with #B1354B

Text Example


Text Example

White with #B1354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1354B; }

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

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

background-color css

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

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

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

border-color css

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

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

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