Html Css Color HEX #B33731 Medium Carmine

📋 copy color: '#B33731'

red 179 ◦ green 55 ◦ blue 49

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

Shades of Medium Carmine #B33731

Tints of Medium Carmine #B33731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 63.25%
G = 19.43%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B33731 (or 0xB33731) is known color: Medium Carmine. HEX triplet: B3, 37 and 31. RGB value is (179,55,49). Sum of RGB (Red+Green+Blue) = 179+55+49=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B33731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33731 is #4CC8CE. Grayscale: #5B5B5B. Windows color (decimal): -5032143 or 3225523. OLE color: 3225523.

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

Color convert

RGB 179 55 49 -
CMYK 0 0.69 0.73 0.30
HSL 2.77º 0.57% 0.45% -
HSV(B) 2.77º 0.73% 0.7% -
XYZ 20.51 12.54 4.24 -
YUV 91.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 179 55 49 0 0.69 0.73 0.30 2.77 0.57 0.45
Hex B3 37 31 0 45 49 1E 3 39 2D
Octal 263 67 61 0 105 111 36 3 71 55
Binary 10110011 110111 110001 0 1000101 1001001 11110 11 111001 101101

Color Harmonies of #B33731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33731

Black with #B33731

Text Example


Text Example

White with #B33731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33731; }

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

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

background-color css

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

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

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

border-color css

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

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

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