Html Css Color HEX #B92C4D Old Rose

📋 copy color: '#B92C4D'

red 185 ◦ green 44 ◦ blue 77

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

Shades of Old Rose #B92C4D

Tints of Old Rose #B92C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 60.46%
G = 14.38%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B92C4D (or 0xB92C4D) is known color: Old Rose. HEX triplet: B9, 2C and 4D. RGB value is (185,44,77). Sum of RGB (Red+Green+Blue) = 185+44+77=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C4D is #46D3B2. Grayscale: #595959. Windows color (decimal): -4641715 or 5057721. OLE color: 5057721.

HSL color Cylindrical-coordinate representation of color #B92C4D: hue angle of 345.96º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92C4D is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 44 77 -
CMYK 0 0.76 0.58 0.27
HSL 345.96º 0.62% 0.45% -
HSV(B) 345.96º 0.76% 0.73% -
XYZ 22.25 12.65 8.29 -
YUV 89.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 185 44 77 0 0.76 0.58 0.27 345.96 0.62 0.45
Hex B9 2C 4D 0 4C 3A 1B 15A 3E 2D
Octal 271 54 115 0 114 72 33 532 76 55
Binary 10111001 101100 1001101 0 1001100 111010 11011 101011010 111110 101101

Color Harmonies of #B92C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C4D

Black with #B92C4D

Text Example


Text Example

White with #B92C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C4D; }

 p { color: rgb(185,44,77); }

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

background-color css

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

 a { background-color: rgb(185,44,77); }

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

border-color css

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

 span { border-color: rgb(185,44,77); }

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