Html Css Color HEX #B12745 Old Rose

📋 copy color: '#B12745'

red 177 ◦ green 39 ◦ blue 69

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

Shades of Old Rose #B12745

Tints of Old Rose #B12745

RGB

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

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

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

R = 62.11%
G = 13.68%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B12745 (or 0xB12745) is known color: Old Rose. HEX triplet: B1, 27 and 45. RGB value is (177,39,69). Sum of RGB (Red+Green+Blue) = 177+39+69=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B12745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12745 is #4ED8BA. Grayscale: #535353. Windows color (decimal): -5167291 or 4532145. OLE color: 4532145.

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

Color convert

RGB 177 39 69 -
CMYK 0 0.78 0.61 0.31
HSL 346.96º 0.64% 0.42% -
HSV(B) 346.96º 0.78% 0.69% -
XYZ 19.93 11.23 6.75 -
YUV 83.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 177 39 69 0 0.78 0.61 0.31 346.96 0.64 0.42
Hex B1 27 45 0 4E 3D 1F 15B 40 2A
Octal 261 47 105 0 116 75 37 533 100 52
Binary 10110001 100111 1000101 0 1001110 111101 11111 101011011 1000000 101010

Color Harmonies of #B12745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12745

Black with #B12745

Text Example


Text Example

White with #B12745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12745; }

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

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

background-color css

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

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

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

border-color css

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

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

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