Html Css Color HEX #B93B45 Old Rose

📋 copy color: '#B93B45'

red 185 ◦ green 59 ◦ blue 69

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

Shades of Old Rose #B93B45

Tints of Old Rose #B93B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.85%

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 59.11%
G = 18.85%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B93B45 (or 0xB93B45) is known color: Old Rose. HEX triplet: B9, 3B and 45. RGB value is (185,59,69). Sum of RGB (Red+Green+Blue) = 185+59+69=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B45 is #46C4BA. Grayscale: #616161. Windows color (decimal): -4637883 or 4537273. OLE color: 4537273.

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

Color convert

RGB 185 59 69 -
CMYK 0 0.68 0.63 0.27
HSL 355.24º 0.52% 0.48% -
HSV(B) 355.24º 0.68% 0.73% -
XYZ 22.65 13.87 7.11 -
YUV 97.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 185 59 69 0 0.68 0.63 0.27 355.24 0.52 0.48
Hex B9 3B 45 0 44 3F 1B 163 34 30
Octal 271 73 105 0 104 77 33 543 64 60
Binary 10111001 111011 1000101 0 1000100 111111 11011 101100011 110100 110000

Color Harmonies of #B93B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B45

Black with #B93B45

Text Example


Text Example

White with #B93B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B45; }

 p { color: rgb(185,59,69); }

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

background-color css

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

 a { background-color: rgb(185,59,69); }

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

border-color css

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

 span { border-color: rgb(185,59,69); }

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