Html Css Color HEX #B3184C Old Rose

📋 copy color: '#B3184C'

red 179 ◦ green 24 ◦ blue 76

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

Shades of Old Rose #B3184C

Tints of Old Rose #B3184C

RGB

 RED value IS 179 (70.31% from 255) = 64.16%

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 64.16%
G = 8.6%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3184C (or 0xB3184C) is known color: Old Rose. HEX triplet: B3, 18 and 4C. RGB value is (179,24,76). Sum of RGB (Red+Green+Blue) = 179+24+76=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B3184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3184C is #4CE7B3. Grayscale: #4C4C4C. Windows color (decimal): -5040052 or 4987059. OLE color: 4987059.

HSL color Cylindrical-coordinate representation of color #B3184C: hue angle of 339.87º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3184C is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 76 -
CMYK 0 0.87 0.58 0.30
HSL 339.87º 0.76% 0.4% -
HSV(B) 339.87º 0.87% 0.7% -
XYZ 20.22 10.76 7.85 -
YUV 76.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 179 24 76 0 0.87 0.58 0.30 339.87 0.76 0.4
Hex B3 18 4C 0 57 3A 1E 154 4C 28
Octal 263 30 114 0 127 72 36 524 114 50
Binary 10110011 11000 1001100 0 1010111 111010 11110 101010100 1001100 101000

Color Harmonies of #B3184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3184C

Black with #B3184C

Text Example


Text Example

White with #B3184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3184C; }

 p { color: rgb(179,24,76); }

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

background-color css

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

 a { background-color: rgb(179,24,76); }

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

border-color css

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

 span { border-color: rgb(179,24,76); }

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