Html Css Color HEX #B92952 Old Rose

📋 copy color: '#B92952'

red 185 ◦ green 41 ◦ blue 82

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

Shades of Old Rose #B92952

Tints of Old Rose #B92952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

 BLUE value IS 82 (32.42% from 255) = 26.62%

R = 60.06%
G = 13.31%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B92952 (or 0xB92952) is known color: Old Rose. HEX triplet: B9, 29 and 52. RGB value is (185,41,82). Sum of RGB (Red+Green+Blue) = 185+41+82=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B92952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92952 is #46D6AD. Grayscale: #585858. Windows color (decimal): -4642478 or 5384633. OLE color: 5384633.

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

Color convert

RGB 185 41 82 -
CMYK 0 0.78 0.56 0.27
HSL 342.92º 0.64% 0.44% -
HSV(B) 342.92º 0.78% 0.73% -
XYZ 22.32 12.51 9.22 -
YUV 88.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 185 41 82 0 0.78 0.56 0.27 342.92 0.64 0.44
Hex B9 29 52 0 4E 38 1B 157 40 2C
Octal 271 51 122 0 116 70 33 527 100 54
Binary 10111001 101001 1010010 0 1001110 111000 11011 101010111 1000000 101100

Color Harmonies of #B92952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92952

Black with #B92952

Text Example


Text Example

White with #B92952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92952; }

 p { color: rgb(185,41,82); }

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

background-color css

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

 a { background-color: rgb(185,41,82); }

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

border-color css

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

 span { border-color: rgb(185,41,82); }

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