Html Css Color HEX #B32942 Old Rose

📋 copy color: '#B32942'

red 179 ◦ green 41 ◦ blue 66

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

Shades of Old Rose #B32942

Tints of Old Rose #B32942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.34%

 BLUE value IS 66 (26.17% from 255) = 23.08%

R = 62.59%
G = 14.34%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B32942 (or 0xB32942) is known color: Old Rose. HEX triplet: B3, 29 and 42. RGB value is (179,41,66). Sum of RGB (Red+Green+Blue) = 179+41+66=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B32942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32942 is #4CD6BD. Grayscale: #555555. Windows color (decimal): -5035710 or 4336051. OLE color: 4336051.

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

Color convert

RGB 179 41 66 -
CMYK 0 0.77 0.63 0.30
HSL 349.13º 0.63% 0.43% -
HSV(B) 349.13º 0.77% 0.7% -
XYZ 20.37 11.56 6.31 -
YUV 85.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 179 41 66 0 0.77 0.63 0.30 349.13 0.63 0.43
Hex B3 29 42 0 4D 3F 1E 15D 3F 2B
Octal 263 51 102 0 115 77 36 535 77 53
Binary 10110011 101001 1000010 0 1001101 111111 11110 101011101 111111 101011

Color Harmonies of #B32942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32942

Black with #B32942

Text Example


Text Example

White with #B32942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32942; }

 p { color: rgb(179,41,66); }

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

background-color css

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

 a { background-color: rgb(179,41,66); }

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

border-color css

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

 span { border-color: rgb(179,41,66); }

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