Html Css Color HEX #B81C4B Old Rose

📋 copy color: '#B81C4B'

red 184 ◦ green 28 ◦ blue 75

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

Shades of Old Rose #B81C4B

Tints of Old Rose #B81C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 64.11%
G = 9.76%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B81C4B (or 0xB81C4B) is known color: Old Rose. HEX triplet: B8, 1C and 4B. RGB value is (184,28,75). Sum of RGB (Red+Green+Blue) = 184+28+75=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C4B is #47E3B4. Grayscale: #4F4F4F. Windows color (decimal): -4711349 or 4922552. OLE color: 4922552.

HSL color Cylindrical-coordinate representation of color #B81C4B: hue angle of 341.92º 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 #B81C4B is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 28 75 -
CMYK 0 0.85 0.59 0.28
HSL 341.92º 0.74% 0.42% -
HSV(B) 341.92º 0.85% 0.72% -
XYZ 21.45 11.53 7.75 -
YUV 80 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 184 28 75 0 0.85 0.59 0.28 341.92 0.74 0.42
Hex B8 1C 4B 0 55 3B 1C 156 4A 2A
Octal 270 34 113 0 125 73 34 526 112 52
Binary 10111000 11100 1001011 0 1010101 111011 11100 101010110 1001010 101010

Color Harmonies of #B81C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C4B

Black with #B81C4B

Text Example


Text Example

White with #B81C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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