Html Css Color HEX #B32B40 Old Rose

📋 copy color: '#B32B40'

red 179 ◦ green 43 ◦ blue 64

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

Shades of Old Rose #B32B40

Tints of Old Rose #B32B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.03%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 62.59%
G = 15.03%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B32B40 (or 0xB32B40) is known color: Old Rose. HEX triplet: B3, 2B and 40. RGB value is (179,43,64). Sum of RGB (Red+Green+Blue) = 179+43+64=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32B40 is #4CD4BF. Grayscale: #565656. Windows color (decimal): -5035200 or 4205491. OLE color: 4205491.

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

Color convert

RGB 179 43 64 -
CMYK 0 0.76 0.64 0.30
HSL 350.74º 0.61% 0.44% -
HSV(B) 350.74º 0.76% 0.7% -
XYZ 20.38 11.68 6.03 -
YUV 86.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 179 43 64 0 0.76 0.64 0.30 350.74 0.61 0.44
Hex B3 2B 40 0 4C 40 1E 15F 3D 2C
Octal 263 53 100 0 114 100 36 537 75 54
Binary 10110011 101011 1000000 0 1001100 1000000 11110 101011111 111101 101100

Color Harmonies of #B32B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32B40

Black with #B32B40

Text Example


Text Example

White with #B32B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32B40; }

 p { color: rgb(179,43,64); }

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

background-color css

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

 a { background-color: rgb(179,43,64); }

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

border-color css

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

 span { border-color: rgb(179,43,64); }

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