Html Css Color HEX #B12952 Old Rose

📋 copy color: '#B12952'

red 177 ◦ green 41 ◦ blue 82

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

Shades of Old Rose #B12952

Tints of Old Rose #B12952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.33%

R = 59%
G = 13.67%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B12952 (or 0xB12952) is known color: Old Rose. HEX triplet: B1, 29 and 52. RGB value is (177,41,82). Sum of RGB (Red+Green+Blue) = 177+41+82=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B12952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12952 is #4ED6AD. Grayscale: #565656. Windows color (decimal): -5166766 or 5384625. OLE color: 5384625.

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

Color convert

RGB 177 41 82 -
CMYK 0 0.77 0.54 0.31
HSL 341.91º 0.62% 0.43% -
HSV(B) 341.91º 0.77% 0.69% -
XYZ 20.45 11.54 9.13 -
YUV 86.34 125.56 192.67 -
System Red Green Blue C M Y K H S L
Decimal 177 41 82 0 0.77 0.54 0.31 341.91 0.62 0.43
Hex B1 29 52 0 4D 36 1F 156 3E 2B
Octal 261 51 122 0 115 66 37 526 76 53
Binary 10110001 101001 1010010 0 1001101 110110 11111 101010110 111110 101011

Color Harmonies of #B12952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12952

Black with #B12952

Text Example


Text Example

White with #B12952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12952; }

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

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

background-color css

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

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

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

border-color css

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

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

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