Html Css Color HEX #B33143 Old Rose

📋 copy color: '#B33143'

red 179 ◦ green 49 ◦ blue 67

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

Shades of Old Rose #B33143

Tints of Old Rose #B33143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 67 (26.56% from 255) = 22.71%

R = 60.68%
G = 16.61%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B33143 (or 0xB33143) is known color: Old Rose. HEX triplet: B3, 31 and 43. RGB value is (179,49,67). Sum of RGB (Red+Green+Blue) = 179+49+67=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B33143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33143 is #4CCEBC. Grayscale: #595959. Windows color (decimal): -5033661 or 4403635. OLE color: 4403635.

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

Color convert

RGB 179 49 67 -
CMYK 0 0.73 0.63 0.30
HSL 351.69º 0.57% 0.45% -
HSV(B) 351.69º 0.73% 0.7% -
XYZ 20.7 12.19 6.57 -
YUV 89.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 179 49 67 0 0.73 0.63 0.30 351.69 0.57 0.45
Hex B3 31 43 0 49 3F 1E 160 39 2D
Octal 263 61 103 0 111 77 36 540 71 55
Binary 10110011 110001 1000011 0 1001001 111111 11110 101100000 111001 101101

Color Harmonies of #B33143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33143

Black with #B33143

Text Example


Text Example

White with #B33143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33143; }

 p { color: rgb(179,49,67); }

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

background-color css

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

 a { background-color: rgb(179,49,67); }

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

border-color css

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

 span { border-color: rgb(179,49,67); }

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