Html Css Color HEX #B12441 Old Rose

📋 copy color: '#B12441'

red 177 ◦ green 36 ◦ blue 65

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

Shades of Old Rose #B12441

Tints of Old Rose #B12441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 63.67%
G = 12.95%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B12441 (or 0xB12441) is known color: Old Rose. HEX triplet: B1, 24 and 41. RGB value is (177,36,65). Sum of RGB (Red+Green+Blue) = 177+36+65=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B12441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12441 is #4EDBBE. Grayscale: #515151. Windows color (decimal): -5168063 or 4269233. OLE color: 4269233.

HSL color Cylindrical-coordinate representation of color #B12441: hue angle of 347.66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12441 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 65 -
CMYK 0 0.80 0.63 0.31
HSL 347.66º 0.66% 0.42% -
HSV(B) 347.66º 0.8% 0.69% -
XYZ 19.72 10.99 6.08 -
YUV 81.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 177 36 65 0 0.80 0.63 0.31 347.66 0.66 0.42
Hex B1 24 41 0 50 3F 1F 15C 42 2A
Octal 261 44 101 0 120 77 37 534 102 52
Binary 10110001 100100 1000001 0 1010000 111111 11111 101011100 1000010 101010

Color Harmonies of #B12441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12441

Black with #B12441

Text Example


Text Example

White with #B12441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12441; }

 p { color: rgb(177,36,65); }

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

background-color css

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

 a { background-color: rgb(177,36,65); }

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

border-color css

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

 span { border-color: rgb(177,36,65); }

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