Html Css Color HEX #B32348 Old Rose

📋 copy color: '#B32348'

red 179 ◦ green 35 ◦ blue 72

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

Shades of Old Rose #B32348

Tints of Old Rose #B32348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

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

R = 62.59%
G = 12.24%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B32348 (or 0xB32348) is known color: Old Rose. HEX triplet: B3, 23 and 48. RGB value is (179,35,72). Sum of RGB (Red+Green+Blue) = 179+35+72=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B32348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32348 is #4CDCB7. Grayscale: #525252. Windows color (decimal): -5037240 or 4727731. OLE color: 4727731.

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

Color convert

RGB 179 35 72 -
CMYK 0 0.80 0.60 0.30
HSL 344.58º 0.67% 0.42% -
HSV(B) 344.58º 0.8% 0.7% -
XYZ 20.36 11.25 7.23 -
YUV 82.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 179 35 72 0 0.80 0.60 0.30 344.58 0.67 0.42
Hex B3 23 48 0 50 3C 1E 159 43 2A
Octal 263 43 110 0 120 74 36 531 103 52
Binary 10110011 100011 1001000 0 1010000 111100 11110 101011001 1000011 101010

Color Harmonies of #B32348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32348

Black with #B32348

Text Example


Text Example

White with #B32348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32348; }

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

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

background-color css

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

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

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

border-color css

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

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

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