Html Css Color HEX #B32048 Old Rose

📋 copy color: '#B32048'

red 179 ◦ green 32 ◦ blue 72

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

Shades of Old Rose #B32048

Tints of Old Rose #B32048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 63.25%
G = 11.31%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B32048 (or 0xB32048) is known color: Old Rose. HEX triplet: B3, 20 and 48. RGB value is (179,32,72). Sum of RGB (Red+Green+Blue) = 179+32+72=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B32048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32048 is #4CDFB7. Grayscale: #505050. Windows color (decimal): -5038008 or 4726963. OLE color: 4726963.

HSL color Cylindrical-coordinate representation of color #B32048: hue angle of 343.67º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32048 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 72 -
CMYK 0 0.82 0.60 0.30
HSL 343.67º 0.7% 0.41% -
HSV(B) 343.67º 0.82% 0.7% -
XYZ 20.28 11.08 7.2 -
YUV 80.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 179 32 72 0 0.82 0.60 0.30 343.67 0.7 0.41
Hex B3 20 48 0 52 3C 1E 158 46 29
Octal 263 40 110 0 122 74 36 530 106 51
Binary 10110011 100000 1001000 0 1010010 111100 11110 101011000 1000110 101001

Color Harmonies of #B32048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32048

Black with #B32048

Text Example


Text Example

White with #B32048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32048; }

 p { color: rgb(179,32,72); }

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

background-color css

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

 a { background-color: rgb(179,32,72); }

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

border-color css

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

 span { border-color: rgb(179,32,72); }

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