Html Css Color HEX #B13844 Old Rose

📋 copy color: '#B13844'

red 177 ◦ green 56 ◦ blue 68

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

Shades of Old Rose #B13844

Tints of Old Rose #B13844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 58.8%
G = 18.6%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B13844 (or 0xB13844) is known color: Old Rose. HEX triplet: B1, 38 and 44. RGB value is (177,56,68). Sum of RGB (Red+Green+Blue) = 177+56+68=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B13844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13844 is #4EC7BB. Grayscale: #5D5D5D. Windows color (decimal): -5162940 or 4470961. OLE color: 4470961.

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

Color convert

RGB 177 56 68 -
CMYK 0 0.68 0.62 0.31
HSL 354.05º 0.52% 0.46% -
HSV(B) 354.05º 0.68% 0.69% -
XYZ 20.59 12.59 6.81 -
YUV 93.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 177 56 68 0 0.68 0.62 0.31 354.05 0.52 0.46
Hex B1 38 44 0 44 3E 1F 162 34 2E
Octal 261 70 104 0 104 76 37 542 64 56
Binary 10110001 111000 1000100 0 1000100 111110 11111 101100010 110100 101110

Color Harmonies of #B13844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13844

Black with #B13844

Text Example


Text Example

White with #B13844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13844; }

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

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

background-color css

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

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

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

border-color css

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

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

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