Html Css Color HEX #B32741 Old Rose

📋 copy color: '#B32741'

red 179 ◦ green 39 ◦ blue 65

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

Shades of Old Rose #B32741

Tints of Old Rose #B32741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.78%

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

R = 63.25%
G = 13.78%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B32741 (or 0xB32741) is known color: Old Rose. HEX triplet: B3, 27 and 41. RGB value is (179,39,65). Sum of RGB (Red+Green+Blue) = 179+39+65=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B32741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32741 is #4CD8BE. Grayscale: #535353. Windows color (decimal): -5036223 or 4270003. OLE color: 4270003.

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

Color convert

RGB 179 39 65 -
CMYK 0 0.78 0.64 0.30
HSL 348.86º 0.64% 0.43% -
HSV(B) 348.86º 0.78% 0.7% -
XYZ 20.27 11.42 6.14 -
YUV 83.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 179 39 65 0 0.78 0.64 0.30 348.86 0.64 0.43
Hex B3 27 41 0 4E 40 1E 15D 40 2B
Octal 263 47 101 0 116 100 36 535 100 53
Binary 10110011 100111 1000001 0 1001110 1000000 11110 101011101 1000000 101011

Color Harmonies of #B32741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32741

Black with #B32741

Text Example


Text Example

White with #B32741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32741; }

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

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

background-color css

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

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

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

border-color css

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

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

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