Html Css Color HEX #B12641 Old Rose

📋 copy color: '#B12641'

red 177 ◦ green 38 ◦ blue 65

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

Shades of Old Rose #B12641

Tints of Old Rose #B12641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

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

R = 63.21%
G = 13.57%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B12641 (or 0xB12641) is known color: Old Rose. HEX triplet: B1, 26 and 41. RGB value is (177,38,65). Sum of RGB (Red+Green+Blue) = 177+38+65=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B12641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12641 is #4ED9BE. Grayscale: #525252. Windows color (decimal): -5167551 or 4269745. OLE color: 4269745.

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

Color convert

RGB 177 38 65 -
CMYK 0 0.79 0.63 0.31
HSL 348.35º 0.65% 0.42% -
HSV(B) 348.35º 0.79% 0.69% -
XYZ 19.78 11.11 6.1 -
YUV 82.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 177 38 65 0 0.79 0.63 0.31 348.35 0.65 0.42
Hex B1 26 41 0 4F 3F 1F 15C 41 2A
Octal 261 46 101 0 117 77 37 534 101 52
Binary 10110001 100110 1000001 0 1001111 111111 11111 101011100 1000001 101010

Color Harmonies of #B12641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12641

Black with #B12641

Text Example


Text Example

White with #B12641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12641; }

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

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

background-color css

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

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

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

border-color css

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

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

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