Html Css Color HEX #B0254C Old Rose

📋 copy color: '#B0254C'

red 176 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #B0254C

Tints of Old Rose #B0254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 60.9%
G = 12.8%
B = 26.3%

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

#B0254C (or 0xB0254C) is known color: Old Rose. HEX triplet: B0, 25 and 4C. RGB value is (176,37,76). Sum of RGB (Red+Green+Blue) = 176+37+76=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0254C is #4FDAB3. Grayscale: #525252. Windows color (decimal): -5233332 or 4990384. OLE color: 4990384.

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

Color convert

RGB 176 37 76 -
CMYK 0 0.79 0.57 0.31
HSL 343.17º 0.65% 0.42% -
HSV(B) 343.17º 0.79% 0.69% -
XYZ 19.87 11.08 7.93 -
YUV 83.01 124.05 194.33 -
System Red Green Blue C M Y K H S L
Decimal 176 37 76 0 0.79 0.57 0.31 343.17 0.65 0.42
Hex B0 25 4C 0 4F 39 1F 157 41 2A
Octal 260 45 114 0 117 71 37 527 101 52
Binary 10110000 100101 1001100 0 1001111 111001 11111 101010111 1000001 101010

Color Harmonies of #B0254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0254C

Black with #B0254C

Text Example


Text Example

White with #B0254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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