Html Css Color HEX #B93245 Old Rose

📋 copy color: '#B93245'

red 185 ◦ green 50 ◦ blue 69

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

Shades of Old Rose #B93245

Tints of Old Rose #B93245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

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

R = 60.86%
G = 16.45%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B93245 (or 0xB93245) is known color: Old Rose. HEX triplet: B9, 32 and 45. RGB value is (185,50,69). Sum of RGB (Red+Green+Blue) = 185+50+69=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B93245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93245 is #46CDBA. Grayscale: #5C5C5C. Windows color (decimal): -4640187 or 4534969. OLE color: 4534969.

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

Color convert

RGB 185 50 69 -
CMYK 0 0.73 0.63 0.27
HSL 351.56º 0.57% 0.46% -
HSV(B) 351.56º 0.73% 0.73% -
XYZ 22.22 13.03 6.97 -
YUV 92.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 185 50 69 0 0.73 0.63 0.27 351.56 0.57 0.46
Hex B9 32 45 0 49 3F 1B 160 39 2E
Octal 271 62 105 0 111 77 33 540 71 56
Binary 10111001 110010 1000101 0 1001001 111111 11011 101100000 111001 101110

Color Harmonies of #B93245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93245

Black with #B93245

Text Example


Text Example

White with #B93245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93245; }

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

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

background-color css

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

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

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

border-color css

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

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

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