Html Css Color HEX #B12945 Old Rose

📋 copy color: '#B12945'

red 177 ◦ green 41 ◦ blue 69

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

Shades of Old Rose #B12945

Tints of Old Rose #B12945

RGB

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

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

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

R = 61.67%
G = 14.29%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B12945 (or 0xB12945) is known color: Old Rose. HEX triplet: B1, 29 and 45. RGB value is (177,41,69). Sum of RGB (Red+Green+Blue) = 177+41+69=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B12945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12945 is #4ED6BA. Grayscale: #545454. Windows color (decimal): -5166779 or 4532657. OLE color: 4532657.

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

Color convert

RGB 177 41 69 -
CMYK 0 0.77 0.61 0.31
HSL 347.65º 0.62% 0.43% -
HSV(B) 347.65º 0.77% 0.69% -
XYZ 20 11.36 6.77 -
YUV 84.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 177 41 69 0 0.77 0.61 0.31 347.65 0.62 0.43
Hex B1 29 45 0 4D 3D 1F 15C 3E 2B
Octal 261 51 105 0 115 75 37 534 76 53
Binary 10110001 101001 1000101 0 1001101 111101 11111 101011100 111110 101011

Color Harmonies of #B12945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12945

Black with #B12945

Text Example


Text Example

White with #B12945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12945; }

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

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

background-color css

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

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

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

border-color css

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

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

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