Html Css Color HEX #B13841 Old Rose

📋 copy color: '#B13841'

red 177 ◦ green 56 ◦ blue 65

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

Shades of Old Rose #B13841

Tints of Old Rose #B13841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.79%

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

R = 59.4%
G = 18.79%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B13841 (or 0xB13841) is known color: Old Rose. HEX triplet: B1, 38 and 41. RGB value is (177,56,65). Sum of RGB (Red+Green+Blue) = 177+56+65=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B13841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13841 is #4EC7BE. Grayscale: #5D5D5D. Windows color (decimal): -5162943 or 4274353. OLE color: 4274353.

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

Color convert

RGB 177 56 65 -
CMYK 0 0.68 0.63 0.31
HSL 355.54º 0.52% 0.46% -
HSV(B) 355.54º 0.68% 0.69% -
XYZ 20.5 12.56 6.34 -
YUV 93.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 177 56 65 0 0.68 0.63 0.31 355.54 0.52 0.46
Hex B1 38 41 0 44 3F 1F 164 34 2E
Octal 261 70 101 0 104 77 37 544 64 56
Binary 10110001 111000 1000001 0 1000100 111111 11111 101100100 110100 101110

Color Harmonies of #B13841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13841

Black with #B13841

Text Example


Text Example

White with #B13841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13841; }

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

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

background-color css

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

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

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

border-color css

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

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

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