Html Css Color HEX #B81C4D Old Rose

📋 copy color: '#B81C4D'

red 184 ◦ green 28 ◦ blue 77

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

Shades of Old Rose #B81C4D

Tints of Old Rose #B81C4D

RGB

 RED value IS 184 (72.27% from 255) = 63.67%

 GREEN value IS 28 (11.33% from 255) = 9.69%

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

R = 63.67%
G = 9.69%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B81C4D (or 0xB81C4D) is known color: Old Rose. HEX triplet: B8, 1C and 4D. RGB value is (184,28,77). Sum of RGB (Red+Green+Blue) = 184+28+77=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81C4D is #47E3B2. Grayscale: #505050. Windows color (decimal): -4711347 or 5053624. OLE color: 5053624.

HSL color Cylindrical-coordinate representation of color #B81C4D: hue angle of 341.15º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81C4D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 28 77 -
CMYK 0 0.85 0.58 0.28
HSL 341.15º 0.74% 0.42% -
HSV(B) 341.15º 0.85% 0.72% -
XYZ 21.52 11.56 8.12 -
YUV 80.23 126.18 202.02 -
System Red Green Blue C M Y K H S L
Decimal 184 28 77 0 0.85 0.58 0.28 341.15 0.74 0.42
Hex B8 1C 4D 0 55 3A 1C 155 4A 2A
Octal 270 34 115 0 125 72 34 525 112 52
Binary 10111000 11100 1001101 0 1010101 111010 11100 101010101 1001010 101010

Color Harmonies of #B81C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C4D

Black with #B81C4D

Text Example


Text Example

White with #B81C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C4D; }

 p { color: rgb(184,28,77); }

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

background-color css

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

 a { background-color: rgb(184,28,77); }

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

border-color css

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

 span { border-color: rgb(184,28,77); }

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