Html Css Color HEX #B12946 Old Rose

📋 copy color: '#B12946'

red 177 ◦ green 41 ◦ blue 70

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

Shades of Old Rose #B12946

Tints of Old Rose #B12946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.31%

R = 61.46%
G = 14.24%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B12946 (or 0xB12946) is known color: Old Rose. HEX triplet: B1, 29 and 46. RGB value is (177,41,70). Sum of RGB (Red+Green+Blue) = 177+41+70=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B12946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12946 is #4ED6B9. Grayscale: #545454. Windows color (decimal): -5166778 or 4598193. OLE color: 4598193.

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

Color convert

RGB 177 41 70 -
CMYK 0 0.77 0.60 0.31
HSL 347.21º 0.62% 0.43% -
HSV(B) 347.21º 0.77% 0.69% -
XYZ 20.03 11.38 6.93 -
YUV 84.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 177 41 70 0 0.77 0.60 0.31 347.21 0.62 0.43
Hex B1 29 46 0 4D 3C 1F 15B 3E 2B
Octal 261 51 106 0 115 74 37 533 76 53
Binary 10110001 101001 1000110 0 1001101 111100 11111 101011011 111110 101011

Color Harmonies of #B12946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12946

Black with #B12946

Text Example


Text Example

White with #B12946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12946; }

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

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

background-color css

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

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

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

border-color css

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

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

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