Html Css Color HEX #B93546 Old Rose

📋 copy color: '#B93546'

red 185 ◦ green 53 ◦ blue 70

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

Shades of Old Rose #B93546

Tints of Old Rose #B93546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 60.06%
G = 17.21%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B93546 (or 0xB93546) is known color: Old Rose. HEX triplet: B9, 35 and 46. RGB value is (185,53,70). Sum of RGB (Red+Green+Blue) = 185+53+70=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B93546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93546 is #46CAB9. Grayscale: #5E5E5E. Windows color (decimal): -4639418 or 4601273. OLE color: 4601273.

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

Color convert

RGB 185 53 70 -
CMYK 0 0.71 0.62 0.27
HSL 352.27º 0.55% 0.47% -
HSV(B) 352.27º 0.71% 0.73% -
XYZ 22.39 13.3 7.18 -
YUV 94.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 185 53 70 0 0.71 0.62 0.27 352.27 0.55 0.47
Hex B9 35 46 0 47 3E 1B 160 37 2F
Octal 271 65 106 0 107 76 33 540 67 57
Binary 10111001 110101 1000110 0 1000111 111110 11011 101100000 110111 101111

Color Harmonies of #B93546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93546

Black with #B93546

Text Example


Text Example

White with #B93546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93546; }

 p { color: rgb(185,53,70); }

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

background-color css

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

 a { background-color: rgb(185,53,70); }

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

border-color css

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

 span { border-color: rgb(185,53,70); }

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