Html Css Color HEX #B32641 Old Rose

📋 copy color: '#B32641'

red 179 ◦ green 38 ◦ blue 65

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

Shades of Old Rose #B32641

Tints of Old Rose #B32641

RGB

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

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

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

R = 63.48%
G = 13.48%
B = 23.05%

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

#B32641 (or 0xB32641) is known color: Old Rose. HEX triplet: B3, 26 and 41. RGB value is (179,38,65). Sum of RGB (Red+Green+Blue) = 179+38+65=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B32641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32641 is #4CD9BE. Grayscale: #535353. Windows color (decimal): -5036479 or 4269747. OLE color: 4269747.

HSL color Cylindrical-coordinate representation of color #B32641: hue angle of 348.51º 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 #B32641 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 38 65 -
CMYK 0 0.79 0.64 0.30
HSL 348.51º 0.65% 0.43% -
HSV(B) 348.51º 0.79% 0.7% -
XYZ 20.24 11.35 6.13 -
YUV 83.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 179 38 65 0 0.79 0.64 0.30 348.51 0.65 0.43
Hex B3 26 41 0 4F 40 1E 15D 41 2B
Octal 263 46 101 0 117 100 36 535 101 53
Binary 10110011 100110 1000001 0 1001111 1000000 11110 101011101 1000001 101011

Color Harmonies of #B32641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32641

Black with #B32641

Text Example


Text Example

White with #B32641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32641; }

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

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

background-color css

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

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

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

border-color css

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

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

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