Html Css Color HEX #B32248 Old Rose

📋 copy color: '#B32248'

red 179 ◦ green 34 ◦ blue 72

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

Shades of Old Rose #B32248

Tints of Old Rose #B32248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.93%

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

R = 62.81%
G = 11.93%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B32248 (or 0xB32248) is known color: Old Rose. HEX triplet: B3, 22 and 48. RGB value is (179,34,72). Sum of RGB (Red+Green+Blue) = 179+34+72=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B32248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32248 is #4CDDB7. Grayscale: #515151. Windows color (decimal): -5037496 or 4727475. OLE color: 4727475.

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

Color convert

RGB 179 34 72 -
CMYK 0 0.81 0.60 0.30
HSL 344.28º 0.68% 0.42% -
HSV(B) 344.28º 0.81% 0.7% -
XYZ 20.33 11.2 7.22 -
YUV 81.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 179 34 72 0 0.81 0.60 0.30 344.28 0.68 0.42
Hex B3 22 48 0 51 3C 1E 158 44 2A
Octal 263 42 110 0 121 74 36 530 104 52
Binary 10110011 100010 1001000 0 1010001 111100 11110 101011000 1000100 101010

Color Harmonies of #B32248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32248

Black with #B32248

Text Example


Text Example

White with #B32248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32248; }

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

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

background-color css

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

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

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

border-color css

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

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

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