Html Css Color HEX #B32848 Old Rose

📋 copy color: '#B32848'

red 179 ◦ green 40 ◦ blue 72

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

Shades of Old Rose #B32848

Tints of Old Rose #B32848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

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

R = 61.51%
G = 13.75%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B32848 (or 0xB32848) is known color: Old Rose. HEX triplet: B3, 28 and 48. RGB value is (179,40,72). Sum of RGB (Red+Green+Blue) = 179+40+72=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B32848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32848 is #4CD7B7. Grayscale: #555555. Windows color (decimal): -5035960 or 4729011. OLE color: 4729011.

HSL color Cylindrical-coordinate representation of color #B32848: hue angle of 346.19º degrees, saturation: 0.63, 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 #B32848 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 40 72 -
CMYK 0 0.78 0.60 0.30
HSL 346.19º 0.63% 0.43% -
HSV(B) 346.19º 0.78% 0.7% -
XYZ 20.52 11.57 7.28 -
YUV 85.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 179 40 72 0 0.78 0.60 0.30 346.19 0.63 0.43
Hex B3 28 48 0 4E 3C 1E 15A 3F 2B
Octal 263 50 110 0 116 74 36 532 77 53
Binary 10110011 101000 1001000 0 1001110 111100 11110 101011010 111111 101011

Color Harmonies of #B32848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32848

Black with #B32848

Text Example


Text Example

White with #B32848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32848; }

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

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

background-color css

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

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

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

border-color css

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

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

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