Html Css Color HEX #B12740 Old Rose

📋 copy color: '#B12740'

red 177 ◦ green 39 ◦ blue 64

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

Shades of Old Rose #B12740

Tints of Old Rose #B12740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

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

R = 63.21%
G = 13.93%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B12740 (or 0xB12740) is known color: Old Rose. HEX triplet: B1, 27 and 40. RGB value is (177,39,64). Sum of RGB (Red+Green+Blue) = 177+39+64=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B12740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12740 is #4ED8BF. Grayscale: #535353. Windows color (decimal): -5167296 or 4204465. OLE color: 4204465.

HSL color Cylindrical-coordinate representation of color #B12740: hue angle of 349.13º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12740 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 64 -
CMYK 0 0.78 0.64 0.31
HSL 349.13º 0.64% 0.42% -
HSV(B) 349.13º 0.78% 0.69% -
XYZ 19.78 11.17 5.96 -
YUV 83.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 177 39 64 0 0.78 0.64 0.31 349.13 0.64 0.42
Hex B1 27 40 0 4E 40 1F 15D 40 2A
Octal 261 47 100 0 116 100 37 535 100 52
Binary 10110001 100111 1000000 0 1001110 1000000 11111 101011101 1000000 101010

Color Harmonies of #B12740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12740

Black with #B12740

Text Example


Text Example

White with #B12740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12740; }

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

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

background-color css

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

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

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

border-color css

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

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

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