Html Css Color HEX #B92444 Old Rose

📋 copy color: '#B92444'

red 185 ◦ green 36 ◦ blue 68

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

Shades of Old Rose #B92444

Tints of Old Rose #B92444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

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

R = 64.01%
G = 12.46%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B92444 (or 0xB92444) is known color: Old Rose. HEX triplet: B9, 24 and 44. RGB value is (185,36,68). Sum of RGB (Red+Green+Blue) = 185+36+68=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B92444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92444 is #46DBBB. Grayscale: #545454. Windows color (decimal): -4643772 or 4465849. OLE color: 4465849.

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

Color convert

RGB 185 36 68 -
CMYK 0 0.81 0.63 0.27
HSL 347.11º 0.67% 0.43% -
HSV(B) 347.11º 0.81% 0.73% -
XYZ 21.68 11.99 6.64 -
YUV 84.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 185 36 68 0 0.81 0.63 0.27 347.11 0.67 0.43
Hex B9 24 44 0 51 3F 1B 15B 43 2B
Octal 271 44 104 0 121 77 33 533 103 53
Binary 10111001 100100 1000100 0 1010001 111111 11011 101011011 1000011 101011

Color Harmonies of #B92444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92444

Black with #B92444

Text Example


Text Example

White with #B92444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92444; }

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

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

background-color css

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

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

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

border-color css

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

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

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