Html Css Color HEX #B92251 Old Rose

📋 copy color: '#B92251'

red 185 ◦ green 34 ◦ blue 81

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

Shades of Old Rose #B92251

Tints of Old Rose #B92251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.33%

 BLUE value IS 81 (32.03% from 255) = 27%

R = 61.67%
G = 11.33%
B = 27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B92251 (or 0xB92251) is known color: Old Rose. HEX triplet: B9, 22 and 51. RGB value is (185,34,81). Sum of RGB (Red+Green+Blue) = 185+34+81=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B92251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92251 is #46DDAE. Grayscale: #545454. Windows color (decimal): -4644271 or 5317305. OLE color: 5317305.

HSL color Cylindrical-coordinate representation of color #B92251: hue angle of 341.32º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92251 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 34 81 -
CMYK 0 0.82 0.56 0.27
HSL 341.32º 0.69% 0.43% -
HSV(B) 341.32º 0.82% 0.73% -
XYZ 22.06 12.05 8.95 -
YUV 84.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 185 34 81 0 0.82 0.56 0.27 341.32 0.69 0.43
Hex B9 22 51 0 52 38 1B 155 45 2B
Octal 271 42 121 0 122 70 33 525 105 53
Binary 10111001 100010 1010001 0 1010010 111000 11011 101010101 1000101 101011

Color Harmonies of #B92251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92251

Black with #B92251

Text Example


Text Example

White with #B92251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92251; }

 p { color: rgb(185,34,81); }

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

background-color css

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

 a { background-color: rgb(185,34,81); }

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

border-color css

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

 span { border-color: rgb(185,34,81); }

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