Html Css Color HEX #B12E4E Old Rose

📋 copy color: '#B12E4E'

red 177 ◦ green 46 ◦ blue 78

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

Shades of Old Rose #B12E4E

Tints of Old Rose #B12E4E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.28%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 58.8%
G = 15.28%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B12E4E (or 0xB12E4E) is known color: Old Rose. HEX triplet: B1, 2E and 4E. RGB value is (177,46,78). Sum of RGB (Red+Green+Blue) = 177+46+78=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E4E is #4ED1B1. Grayscale: #585858. Windows color (decimal): -5165490 or 5123761. OLE color: 5123761.

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

Color convert

RGB 177 46 78 -
CMYK 0 0.74 0.56 0.31
HSL 345.34º 0.59% 0.44% -
HSV(B) 345.34º 0.74% 0.69% -
XYZ 20.48 11.85 8.42 -
YUV 88.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 177 46 78 0 0.74 0.56 0.31 345.34 0.59 0.44
Hex B1 2E 4E 0 4A 38 1F 159 3B 2C
Octal 261 56 116 0 112 70 37 531 73 54
Binary 10110001 101110 1001110 0 1001010 111000 11111 101011001 111011 101100

Color Harmonies of #B12E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E4E

Black with #B12E4E

Text Example


Text Example

White with #B12E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E4E; }

 p { color: rgb(177,46,78); }

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

background-color css

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

 a { background-color: rgb(177,46,78); }

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

border-color css

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

 span { border-color: rgb(177,46,78); }

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