Html Css Color HEX #B12948 Old Rose

📋 copy color: '#B12948'

red 177 ◦ green 41 ◦ blue 72

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

Shades of Old Rose #B12948

Tints of Old Rose #B12948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.14%

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 61.03%
G = 14.14%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B12948 (or 0xB12948) is known color: Old Rose. HEX triplet: B1, 29 and 48. RGB value is (177,41,72). Sum of RGB (Red+Green+Blue) = 177+41+72=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B12948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12948 is #4ED6B7. Grayscale: #555555. Windows color (decimal): -5166776 or 4729265. OLE color: 4729265.

HSL color Cylindrical-coordinate representation of color #B12948: hue angle of 346.32º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12948 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 41 72 -
CMYK 0 0.77 0.59 0.31
HSL 346.32º 0.62% 0.43% -
HSV(B) 346.32º 0.77% 0.69% -
XYZ 20.09 11.4 7.27 -
YUV 85.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 177 41 72 0 0.77 0.59 0.31 346.32 0.62 0.43
Hex B1 29 48 0 4D 3B 1F 15A 3E 2B
Octal 261 51 110 0 115 73 37 532 76 53
Binary 10110001 101001 1001000 0 1001101 111011 11111 101011010 111110 101011

Color Harmonies of #B12948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12948

Black with #B12948

Text Example


Text Example

White with #B12948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12948; }

 p { color: rgb(177,41,72); }

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

background-color css

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

 a { background-color: rgb(177,41,72); }

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

border-color css

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

 span { border-color: rgb(177,41,72); }

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