Html Css Color HEX #B12248 Old Rose

📋 copy color: '#B12248'

red 177 ◦ green 34 ◦ blue 72

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

Shades of Old Rose #B12248

Tints of Old Rose #B12248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 62.54%
G = 12.01%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B12248 (or 0xB12248) is known color: Old Rose. HEX triplet: B1, 22 and 48. RGB value is (177,34,72). Sum of RGB (Red+Green+Blue) = 177+34+72=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B12248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12248 is #4EDDB7. Grayscale: #515151. Windows color (decimal): -5168568 or 4727473. OLE color: 4727473.

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

Color convert

RGB 177 34 72 -
CMYK 0 0.81 0.59 0.31
HSL 344.06º 0.68% 0.41% -
HSV(B) 344.06º 0.81% 0.69% -
XYZ 19.87 10.96 7.2 -
YUV 81.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 177 34 72 0 0.81 0.59 0.31 344.06 0.68 0.41
Hex B1 22 48 0 51 3B 1F 158 44 29
Octal 261 42 110 0 121 73 37 530 104 51
Binary 10110001 100010 1001000 0 1010001 111011 11111 101011000 1000100 101001

Color Harmonies of #B12248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12248

Black with #B12248

Text Example


Text Example

White with #B12248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12248; }

 p { color: rgb(177,34,72); }

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

background-color css

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

 a { background-color: rgb(177,34,72); }

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

border-color css

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

 span { border-color: rgb(177,34,72); }

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