Html Css Color HEX #B92246 Old Rose

📋 copy color: '#B92246'

red 185 ◦ green 34 ◦ blue 70

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

Shades of Old Rose #B92246

Tints of Old Rose #B92246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.22%

R = 64.01%
G = 11.76%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B92246 (or 0xB92246) is known color: Old Rose. HEX triplet: B9, 22 and 46. RGB value is (185,34,70). Sum of RGB (Red+Green+Blue) = 185+34+70=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B92246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92246 is #46DDB9. Grayscale: #535353. Windows color (decimal): -4644282 or 4596409. OLE color: 4596409.

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

Color convert

RGB 185 34 70 -
CMYK 0 0.82 0.62 0.27
HSL 345.7º 0.69% 0.43% -
HSV(B) 345.7º 0.82% 0.73% -
XYZ 21.69 11.9 6.95 -
YUV 83.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 185 34 70 0 0.82 0.62 0.27 345.7 0.69 0.43
Hex B9 22 46 0 52 3E 1B 15A 45 2B
Octal 271 42 106 0 122 76 33 532 105 53
Binary 10111001 100010 1000110 0 1010010 111110 11011 101011010 1000101 101011

Color Harmonies of #B92246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92246

Black with #B92246

Text Example


Text Example

White with #B92246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92246; }

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

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

background-color css

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

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

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

border-color css

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

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

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