Html Css Color HEX #B3274C Old Rose

📋 copy color: '#B3274C'

red 179 ◦ green 39 ◦ blue 76

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

Shades of Old Rose #B3274C

Tints of Old Rose #B3274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

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

R = 60.88%
G = 13.27%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3274C (or 0xB3274C) is known color: Old Rose. HEX triplet: B3, 27 and 4C. RGB value is (179,39,76). Sum of RGB (Red+Green+Blue) = 179+39+76=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B3274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3274C is #4CD8B3. Grayscale: #555555. Windows color (decimal): -5036212 or 4990899. OLE color: 4990899.

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

Color convert

RGB 179 39 76 -
CMYK 0 0.78 0.58 0.30
HSL 344.14º 0.64% 0.43% -
HSV(B) 344.14º 0.78% 0.7% -
XYZ 20.62 11.56 7.98 -
YUV 85.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 179 39 76 0 0.78 0.58 0.30 344.14 0.64 0.43
Hex B3 27 4C 0 4E 3A 1E 158 40 2B
Octal 263 47 114 0 116 72 36 530 100 53
Binary 10110011 100111 1001100 0 1001110 111010 11110 101011000 1000000 101011

Color Harmonies of #B3274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3274C

Black with #B3274C

Text Example


Text Example

White with #B3274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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