Html Css Color HEX #B32646 Old Rose

📋 copy color: '#B32646'

red 179 ◦ green 38 ◦ blue 70

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

Shades of Old Rose #B32646

Tints of Old Rose #B32646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 62.37%
G = 13.24%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B32646 (or 0xB32646) is known color: Old Rose. HEX triplet: B3, 26 and 46. RGB value is (179,38,70). Sum of RGB (Red+Green+Blue) = 179+38+70=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B32646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32646 is #4CD9B9. Grayscale: #535353. Windows color (decimal): -5036474 or 4597427. OLE color: 4597427.

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

Color convert

RGB 179 38 70 -
CMYK 0 0.79 0.61 0.30
HSL 346.38º 0.65% 0.43% -
HSV(B) 346.38º 0.79% 0.7% -
XYZ 20.39 11.41 6.92 -
YUV 83.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 179 38 70 0 0.79 0.61 0.30 346.38 0.65 0.43
Hex B3 26 46 0 4F 3D 1E 15A 41 2B
Octal 263 46 106 0 117 75 36 532 101 53
Binary 10110011 100110 1000110 0 1001111 111101 11110 101011010 1000001 101011

Color Harmonies of #B32646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32646

Black with #B32646

Text Example


Text Example

White with #B32646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32646; }

 p { color: rgb(179,38,70); }

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

background-color css

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

 a { background-color: rgb(179,38,70); }

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

border-color css

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

 span { border-color: rgb(179,38,70); }

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