Html Css Color HEX #B93145 Old Rose

📋 copy color: '#B93145'

red 185 ◦ green 49 ◦ blue 69

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

Shades of Old Rose #B93145

Tints of Old Rose #B93145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.17%

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

R = 61.06%
G = 16.17%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B93145 (or 0xB93145) is known color: Old Rose. HEX triplet: B9, 31 and 45. RGB value is (185,49,69). Sum of RGB (Red+Green+Blue) = 185+49+69=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B93145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93145 is #46CEBA. Grayscale: #5C5C5C. Windows color (decimal): -4640443 or 4534713. OLE color: 4534713.

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

Color convert

RGB 185 49 69 -
CMYK 0 0.74 0.63 0.27
HSL 351.18º 0.58% 0.46% -
HSV(B) 351.18º 0.74% 0.73% -
XYZ 22.18 12.94 6.96 -
YUV 91.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 185 49 69 0 0.74 0.63 0.27 351.18 0.58 0.46
Hex B9 31 45 0 4A 3F 1B 15F 3A 2E
Octal 271 61 105 0 112 77 33 537 72 56
Binary 10111001 110001 1000101 0 1001010 111111 11011 101011111 111010 101110

Color Harmonies of #B93145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93145

Black with #B93145

Text Example


Text Example

White with #B93145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93145; }

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

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

background-color css

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

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

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

border-color css

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

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

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