Html Css Color HEX #B32541 Old Rose

📋 copy color: '#B32541'

red 179 ◦ green 37 ◦ blue 65

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

Shades of Old Rose #B32541

Tints of Old Rose #B32541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 63.7%
G = 13.17%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B32541 (or 0xB32541) is known color: Old Rose. HEX triplet: B3, 25 and 41. RGB value is (179,37,65). Sum of RGB (Red+Green+Blue) = 179+37+65=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B32541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32541 is #4CDABE. Grayscale: #525252. Windows color (decimal): -5036735 or 4269491. OLE color: 4269491.

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

Color convert

RGB 179 37 65 -
CMYK 0 0.79 0.64 0.30
HSL 348.17º 0.66% 0.42% -
HSV(B) 348.17º 0.79% 0.7% -
XYZ 20.21 11.29 6.11 -
YUV 82.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 179 37 65 0 0.79 0.64 0.30 348.17 0.66 0.42
Hex B3 25 41 0 4F 40 1E 15C 42 2A
Octal 263 45 101 0 117 100 36 534 102 52
Binary 10110011 100101 1000001 0 1001111 1000000 11110 101011100 1000010 101010

Color Harmonies of #B32541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32541

Black with #B32541

Text Example


Text Example

White with #B32541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32541; }

 p { color: rgb(179,37,65); }

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

background-color css

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

 a { background-color: rgb(179,37,65); }

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

border-color css

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

 span { border-color: rgb(179,37,65); }

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