Html Css Color HEX #B13441 Old Rose

📋 copy color: '#B13441'

red 177 ◦ green 52 ◦ blue 65

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

Shades of Old Rose #B13441

Tints of Old Rose #B13441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

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

R = 60.2%
G = 17.69%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B13441 (or 0xB13441) is known color: Old Rose. HEX triplet: B1, 34 and 41. RGB value is (177,52,65). Sum of RGB (Red+Green+Blue) = 177+52+65=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B13441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13441 is #4ECBBE. Grayscale: #5A5A5A. Windows color (decimal): -5163967 or 4273329. OLE color: 4273329.

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

Color convert

RGB 177 52 65 -
CMYK 0 0.71 0.63 0.31
HSL 353.76º 0.55% 0.45% -
HSV(B) 353.76º 0.71% 0.69% -
XYZ 20.31 12.18 6.28 -
YUV 90.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 177 52 65 0 0.71 0.63 0.31 353.76 0.55 0.45
Hex B1 34 41 0 47 3F 1F 162 37 2D
Octal 261 64 101 0 107 77 37 542 67 55
Binary 10110001 110100 1000001 0 1000111 111111 11111 101100010 110111 101101

Color Harmonies of #B13441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13441

Black with #B13441

Text Example


Text Example

White with #B13441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13441; }

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

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

background-color css

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

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

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

border-color css

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

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

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