Html Css Color HEX #B93347 Old Rose

📋 copy color: '#B93347'

red 185 ◦ green 51 ◦ blue 71

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

Shades of Old Rose #B93347

Tints of Old Rose #B93347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 60.26%
G = 16.61%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B93347 (or 0xB93347) is known color: Old Rose. HEX triplet: B9, 33 and 47. RGB value is (185,51,71). Sum of RGB (Red+Green+Blue) = 185+51+71=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B93347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93347 is #46CCB8. Grayscale: #5D5D5D. Windows color (decimal): -4639929 or 4666297. OLE color: 4666297.

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

Color convert

RGB 185 51 71 -
CMYK 0 0.72 0.62 0.27
HSL 351.04º 0.57% 0.46% -
HSV(B) 351.04º 0.72% 0.73% -
XYZ 22.33 13.14 7.32 -
YUV 93.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 185 51 71 0 0.72 0.62 0.27 351.04 0.57 0.46
Hex B9 33 47 0 48 3E 1B 15F 39 2E
Octal 271 63 107 0 110 76 33 537 71 56
Binary 10111001 110011 1000111 0 1001000 111110 11011 101011111 111001 101110

Color Harmonies of #B93347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93347

Black with #B93347

Text Example


Text Example

White with #B93347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93347; }

 p { color: rgb(185,51,71); }

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

background-color css

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

 a { background-color: rgb(185,51,71); }

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

border-color css

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

 span { border-color: rgb(185,51,71); }

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