Html Css Color HEX #B93949 Old Rose

📋 copy color: '#B93949'

red 185 ◦ green 57 ◦ blue 73

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

Shades of Old Rose #B93949

Tints of Old Rose #B93949

RGB

 RED value IS 185 (72.66% from 255) = 58.73%

 GREEN value IS 57 (22.66% from 255) = 18.1%

 BLUE value IS 73 (28.91% from 255) = 23.17%

R = 58.73%
G = 18.1%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B93949 (or 0xB93949) is known color: Old Rose. HEX triplet: B9, 39 and 49. RGB value is (185,57,73). Sum of RGB (Red+Green+Blue) = 185+57+73=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B93949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93949 is #46C6B6. Grayscale: #616161. Windows color (decimal): -4638391 or 4798905. OLE color: 4798905.

HSL color Cylindrical-coordinate representation of color #B93949: hue angle of 352.5º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93949 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 73 -
CMYK 0 0.69 0.61 0.27
HSL 352.5º 0.53% 0.47% -
HSV(B) 352.5º 0.69% 0.73% -
XYZ 22.67 13.72 7.76 -
YUV 97.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 185 57 73 0 0.69 0.61 0.27 352.5 0.53 0.47
Hex B9 39 49 0 45 3D 1B 160 35 2F
Octal 271 71 111 0 105 75 33 540 65 57
Binary 10111001 111001 1001001 0 1000101 111101 11011 101100000 110101 101111

Color Harmonies of #B93949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93949

Black with #B93949

Text Example


Text Example

White with #B93949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93949; }

 p { color: rgb(185,57,73); }

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

background-color css

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

 a { background-color: rgb(185,57,73); }

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

border-color css

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

 span { border-color: rgb(185,57,73); }

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