Html Css Color HEX #B13141 Old Rose

📋 copy color: '#B13141'

red 177 ◦ green 49 ◦ blue 65

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

Shades of Old Rose #B13141

Tints of Old Rose #B13141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

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

R = 60.82%
G = 16.84%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B13141 (or 0xB13141) is known color: Old Rose. HEX triplet: B1, 31 and 41. RGB value is (177,49,65). Sum of RGB (Red+Green+Blue) = 177+49+65=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B13141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13141 is #4ECEBE. Grayscale: #595959. Windows color (decimal): -5164735 or 4272561. OLE color: 4272561.

HSL color Cylindrical-coordinate representation of color #B13141: hue angle of 352.5º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13141 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 49 65 -
CMYK 0 0.72 0.63 0.31
HSL 352.5º 0.57% 0.44% -
HSV(B) 352.5º 0.72% 0.69% -
XYZ 20.18 11.93 6.24 -
YUV 89.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 177 49 65 0 0.72 0.63 0.31 352.5 0.57 0.44
Hex B1 31 41 0 48 3F 1F 160 39 2C
Octal 261 61 101 0 110 77 37 540 71 54
Binary 10110001 110001 1000001 0 1001000 111111 11111 101100000 111001 101100

Color Harmonies of #B13141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13141

Black with #B13141

Text Example


Text Example

White with #B13141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13141; }

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

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

background-color css

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

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

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

border-color css

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

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

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