Html Css Color HEX #B12045 Old Rose

📋 copy color: '#B12045'

red 177 ◦ green 32 ◦ blue 69

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

Shades of Old Rose #B12045

Tints of Old Rose #B12045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

 BLUE value IS 69 (27.34% from 255) = 24.82%

R = 63.67%
G = 11.51%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B12045 (or 0xB12045) is known color: Old Rose. HEX triplet: B1, 20 and 45. RGB value is (177,32,69). Sum of RGB (Red+Green+Blue) = 177+32+69=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B12045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12045 is #4EDFBA. Grayscale: #4F4F4F. Windows color (decimal): -5169083 or 4530353. OLE color: 4530353.

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

Color convert

RGB 177 32 69 -
CMYK 0 0.82 0.61 0.31
HSL 344.69º 0.69% 0.41% -
HSV(B) 344.69º 0.82% 0.69% -
XYZ 19.72 10.81 6.68 -
YUV 79.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 177 32 69 0 0.82 0.61 0.31 344.69 0.69 0.41
Hex B1 20 45 0 52 3D 1F 159 45 29
Octal 261 40 105 0 122 75 37 531 105 51
Binary 10110001 100000 1000101 0 1010010 111101 11111 101011001 1000101 101001

Color Harmonies of #B12045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12045

Black with #B12045

Text Example


Text Example

White with #B12045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12045; }

 p { color: rgb(177,32,69); }

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

background-color css

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

 a { background-color: rgb(177,32,69); }

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

border-color css

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

 span { border-color: rgb(177,32,69); }

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