Html Css Color HEX #B12458 Old Rose

📋 copy color: '#B12458'

red 177 ◦ green 36 ◦ blue 88

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

Shades of Old Rose #B12458

Tints of Old Rose #B12458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.24%

R = 58.8%
G = 11.96%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B12458 (or 0xB12458) is known color: Old Rose. HEX triplet: B1, 24 and 58. RGB value is (177,36,88). Sum of RGB (Red+Green+Blue) = 177+36+88=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B12458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12458 is #4EDBA7. Grayscale: #545454. Windows color (decimal): -5168040 or 5776561. OLE color: 5776561.

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

Color convert

RGB 177 36 88 -
CMYK 0 0.80 0.50 0.31
HSL 337.87º 0.66% 0.42% -
HSV(B) 337.87º 0.8% 0.69% -
XYZ 20.52 11.31 10.33 -
YUV 84.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 177 36 88 0 0.80 0.50 0.31 337.87 0.66 0.42
Hex B1 24 58 0 50 32 1F 152 42 2A
Octal 261 44 130 0 120 62 37 522 102 52
Binary 10110001 100100 1011000 0 1010000 110010 11111 101010010 1000010 101010

Color Harmonies of #B12458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12458

Black with #B12458

Text Example


Text Example

White with #B12458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12458; }

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

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

background-color css

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

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

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

border-color css

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

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

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