Html Css Color HEX #B92544 Old Rose

📋 copy color: '#B92544'

red 185 ◦ green 37 ◦ blue 68

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

Shades of Old Rose #B92544

Tints of Old Rose #B92544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

 BLUE value IS 68 (26.95% from 255) = 23.45%

R = 63.79%
G = 12.76%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B92544 (or 0xB92544) is known color: Old Rose. HEX triplet: B9, 25 and 44. RGB value is (185,37,68). Sum of RGB (Red+Green+Blue) = 185+37+68=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B92544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92544 is #46DABB. Grayscale: #545454. Windows color (decimal): -4643516 or 4466105. OLE color: 4466105.

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

Color convert

RGB 185 37 68 -
CMYK 0 0.80 0.63 0.27
HSL 347.43º 0.67% 0.44% -
HSV(B) 347.43º 0.8% 0.73% -
XYZ 21.71 12.05 6.65 -
YUV 84.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 185 37 68 0 0.80 0.63 0.27 347.43 0.67 0.44
Hex B9 25 44 0 50 3F 1B 15B 43 2C
Octal 271 45 104 0 120 77 33 533 103 54
Binary 10111001 100101 1000100 0 1010000 111111 11011 101011011 1000011 101100

Color Harmonies of #B92544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92544

Black with #B92544

Text Example


Text Example

White with #B92544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92544; }

 p { color: rgb(185,37,68); }

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

background-color css

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

 a { background-color: rgb(185,37,68); }

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

border-color css

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

 span { border-color: rgb(185,37,68); }

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