Html Css Color HEX #B12E40 Old Rose

📋 copy color: '#B12E40'

red 177 ◦ green 46 ◦ blue 64

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

Shades of Old Rose #B12E40

Tints of Old Rose #B12E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 61.67%
G = 16.03%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B12E40 (or 0xB12E40) is known color: Old Rose. HEX triplet: B1, 2E and 40. RGB value is (177,46,64). Sum of RGB (Red+Green+Blue) = 177+46+64=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E40 is #4ED1BF. Grayscale: #575757. Windows color (decimal): -5165504 or 4206257. OLE color: 4206257.

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

Color convert

RGB 177 46 64 -
CMYK 0 0.74 0.64 0.31
HSL 351.76º 0.59% 0.44% -
HSV(B) 351.76º 0.74% 0.69% -
XYZ 20.03 11.67 6.05 -
YUV 87.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 177 46 64 0 0.74 0.64 0.31 351.76 0.59 0.44
Hex B1 2E 40 0 4A 40 1F 160 3B 2C
Octal 261 56 100 0 112 100 37 540 73 54
Binary 10110001 101110 1000000 0 1001010 1000000 11111 101100000 111011 101100

Color Harmonies of #B12E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E40

Black with #B12E40

Text Example


Text Example

White with #B12E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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