Html Css Color HEX #B12543 Old Rose

📋 copy color: '#B12543'

red 177 ◦ green 37 ◦ blue 67

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

Shades of Old Rose #B12543

Tints of Old Rose #B12543

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 62.99%
G = 13.17%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B12543 (or 0xB12543) is known color: Old Rose. HEX triplet: B1, 25 and 43. RGB value is (177,37,67). Sum of RGB (Red+Green+Blue) = 177+37+67=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B12543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12543 is #4EDABC. Grayscale: #525252. Windows color (decimal): -5167805 or 4400561. OLE color: 4400561.

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

Color convert

RGB 177 37 67 -
CMYK 0 0.79 0.62 0.31
HSL 347.14º 0.65% 0.42% -
HSV(B) 347.14º 0.79% 0.69% -
XYZ 19.81 11.08 6.4 -
YUV 82.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 177 37 67 0 0.79 0.62 0.31 347.14 0.65 0.42
Hex B1 25 43 0 4F 3E 1F 15B 41 2A
Octal 261 45 103 0 117 76 37 533 101 52
Binary 10110001 100101 1000011 0 1001111 111110 11111 101011011 1000001 101010

Color Harmonies of #B12543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12543

Black with #B12543

Text Example


Text Example

White with #B12543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12543; }

 p { color: rgb(177,37,67); }

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

background-color css

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

 a { background-color: rgb(177,37,67); }

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

border-color css

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

 span { border-color: rgb(177,37,67); }

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