Html Css Color HEX #B93345 Old Rose

📋 copy color: '#B93345'

red 185 ◦ green 51 ◦ blue 69

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

Shades of Old Rose #B93345

Tints of Old Rose #B93345

RGB

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

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

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

R = 60.66%
G = 16.72%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B93345 (or 0xB93345) is known color: Old Rose. HEX triplet: B9, 33 and 45. RGB value is (185,51,69). Sum of RGB (Red+Green+Blue) = 185+51+69=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B93345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93345 is #46CCBA. Grayscale: #5D5D5D. Windows color (decimal): -4639931 or 4535225. OLE color: 4535225.

HSL color Cylindrical-coordinate representation of color #B93345: hue angle of 351.94º 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 #B93345 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 69 -
CMYK 0 0.72 0.63 0.27
HSL 351.94º 0.57% 0.46% -
HSV(B) 351.94º 0.72% 0.73% -
XYZ 22.27 13.11 6.99 -
YUV 93.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 185 51 69 0 0.72 0.63 0.27 351.94 0.57 0.46
Hex B9 33 45 0 48 3F 1B 160 39 2E
Octal 271 63 105 0 110 77 33 540 71 56
Binary 10111001 110011 1000101 0 1001000 111111 11011 101100000 111001 101110

Color Harmonies of #B93345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93345

Black with #B93345

Text Example


Text Example

White with #B93345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93345; }

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

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

background-color css

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

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

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

border-color css

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

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

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