Html Css Color HEX #B0254B Old Rose

📋 copy color: '#B0254B'

red 176 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #B0254B

Tints of Old Rose #B0254B

RGB

 RED value IS 176 (69.14% from 255) = 61.11%

 GREEN value IS 37 (14.84% from 255) = 12.85%

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

R = 61.11%
G = 12.85%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0254B (or 0xB0254B) is known color: Old Rose. HEX triplet: B0, 25 and 4B. RGB value is (176,37,75). Sum of RGB (Red+Green+Blue) = 176+37+75=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0254B is #4FDAB4. Grayscale: #525252. Windows color (decimal): -5233333 or 4924848. OLE color: 4924848.

HSL color Cylindrical-coordinate representation of color #B0254B: hue angle of 343.6º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0254B is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 75 -
CMYK 0 0.79 0.57 0.31
HSL 343.6º 0.65% 0.42% -
HSV(B) 343.6º 0.79% 0.69% -
XYZ 19.84 11.06 7.75 -
YUV 82.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 176 37 75 0 0.79 0.57 0.31 343.6 0.65 0.42
Hex B0 25 4B 0 4F 39 1F 158 41 2A
Octal 260 45 113 0 117 71 37 530 101 52
Binary 10110000 100101 1001011 0 1001111 111001 11111 101011000 1000001 101010

Color Harmonies of #B0254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0254B

Black with #B0254B

Text Example


Text Example

White with #B0254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0254B; }

 p { color: rgb(176,37,75); }

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

background-color css

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

 a { background-color: rgb(176,37,75); }

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

border-color css

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

 span { border-color: rgb(176,37,75); }

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